User Statistik
This commit is contained in:
parent
70240d2b6a
commit
53bdba33cd
24 changed files with 2633 additions and 9 deletions
|
|
@ -185,6 +185,15 @@
|
|||
<div class="text-muted small">{{ __('order.points_total') }}</div>
|
||||
{{ $shopping_order->getFormattedPoints() }}
|
||||
</div>
|
||||
@if ((int) $shopping_order->payment_for === 6 && $shopping_order->customer_order_source)
|
||||
<div class="col-md-3 mb-3">
|
||||
<div class="text-muted small">Herkunft</div>
|
||||
{{ $shopping_order->getCustomerOrderSourceLabel() }}
|
||||
@if ($shopping_order->customer_order_source_comment)
|
||||
<div class="small text-muted mt-1">{{ $shopping_order->customer_order_source_comment }}</div>
|
||||
@endif
|
||||
</div>
|
||||
@endif
|
||||
</div>
|
||||
</div>
|
||||
<hr class="m-0">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue