1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-02 17:07:01 +01:00

Fix stampa consuntivo

This commit is contained in:
MatteoPistorello 2023-11-27 15:49:01 +01:00
parent 39035f459e
commit d8ef71b3f1
3 changed files with 3 additions and 1 deletions

View File

@ -74,6 +74,7 @@ echo '
<thead>
<tr>
<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:15%">'.tr('Imponibile', [], ['upper' => true]).'</th>
<th class="text-center" style="width:15%">'.tr('Sconto', [], ['upper' => true]).'</th>

View File

@ -74,7 +74,7 @@ echo '
<thead>
<tr>
<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('Km', [], ['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('Sconto', [], ['upper' => true]).'</th>

View File

@ -74,6 +74,7 @@ echo '
<thead>
<tr>
<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:15%">'.tr('Imponibile', [], ['upper' => true]).'</th>
<th class="text-center" style="width:15%">'.tr('Sconto', [], ['upper' => true]).'</th>