Update checkout, enable editing of checkout, show details on invoices
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<!-- $o=Checkout::class -->
|
||||
<table class="table table-borderless table-sm">
|
||||
<tr>
|
||||
<td>Bank</td><th>{{ Arr::get($o->plugin_data,'bankname') }}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Branch</td><th>{{ Arr::get($o->plugin_data,'bankbranch') }}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>BSB</td><th>{{ Arr::get($o->plugin_data,'bankbsb') }}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>ACC</td><th>{{ Arr::get($o->plugin_data,'bankaccount') }}</th>
|
||||
</tr>
|
||||
</table>
|
Reference in New Issue
Block a user