testemich Promotion
This commit is contained in:
parent
38e7fd504a
commit
a0f4eda6ea
83 changed files with 1690 additions and 504 deletions
|
|
@ -30,6 +30,7 @@
|
|||
<th>{{__('Betrag') }}</th>
|
||||
<th>{{__('Datum') }}</th>
|
||||
<th>{{__('Status')}}</th>
|
||||
<th>{{__('Art')}}</th>
|
||||
<th>{{__('Order')}}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
@ -63,6 +64,7 @@
|
|||
{ data: 'total_shipping', name: 'total_shipping' },
|
||||
{ data: 'created_at', name: 'shopping_orders.created_at' },
|
||||
{ data: 'txaction', name: 'txaction', searchable: false },
|
||||
{ data: 'payment_for', name: 'payment_for' },
|
||||
{ data: 'shipping_order', name: 'shipping_order', orderable: false },
|
||||
],
|
||||
"bLengthChange": false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue