20-02-2026

This commit is contained in:
Kevin Adametz 2026-02-20 17:55:06 +01:00
parent a8b395e20d
commit a00c42e770
252 changed files with 28785 additions and 8907 deletions

View file

@ -312,6 +312,11 @@
@if($shopping_order->payment_for === 6)
<div id="detail_box_right" class="for_shop">
<table>
@if(isset($is_copy) && $is_copy)
<tr>
<td colspan="2" class="text-left" style="font-weight: bold; color: #666;">{{ __('pdf.delivery_copy') }}: {{ strtoupper(app()->getLocale()) }}</td>
</tr>
@endif
<tr>
<td class="text-left">{{ __('pdf.date') }}:</td>
<td class="text-right">{{ $invoice_date }}</td>
@ -329,6 +334,11 @@
@else
<div id="detail_box_right" class="for_member">
<table>
@if(isset($is_copy) && $is_copy)
<tr>
<td colspan="2" class="text-left" style="font-weight: bold; color: #666;">{{ __('pdf.delivery_copy') }}: {{ strtoupper(app()->getLocale()) }}</td>
</tr>
@endif
<tr>
<tr>
<td class="text-left">{{ __('pdf.adviser_id') }}:</td>