Fix stampa consuntivo ordine

This commit is contained in:
Pek5892 2023-11-17 09:43:35 +01:00
parent d640e806eb
commit 7572affced
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ echo '
<thead> <thead>
<tr> <tr>
<th colspan="2">'.tr('Documento', [], ['upper' => true]).'</th> <th colspan="2">'.tr('Documento', [], ['upper' => true]).'</th>
<th class="text-center" style="width:10%">'.tr('KM', [], ['upper' => true]).'</th>
<th class="text-center" style="width:10%">'.tr('Ore', [], ['upper' => true]).'</th> <th class="text-center" style="width:10%">'.tr('Ore', [], ['upper' => true]).'</th>
<th class="text-center" style="width:15%">'.tr('Imponibile', [], ['upper' => true]).'</th> <th class="text-center" style="width:15%">'.tr('Imponibile', [], ['upper' => true]).'</th>
<th class="text-center" style="width:15%">'.tr('Sconto', [], ['upper' => true]).'</th> <th class="text-center" style="width:15%">'.tr('Sconto', [], ['upper' => true]).'</th>