testemich Promotion

This commit is contained in:
Kevin Adametz 2022-04-14 13:21:17 +02:00
parent 38e7fd504a
commit a0f4eda6ea
83 changed files with 1690 additions and 504 deletions

View file

@ -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,