Fix visualizzazione righe fatture

This commit is contained in:
MatteoPistorello 2023-04-12 14:22:30 +02:00
parent 8d28331117
commit 9849043aad
1 changed files with 5 additions and 5 deletions

View File

@ -37,11 +37,11 @@ echo '
echo '
</th>
<th width="35" class="text-center" >'.tr('#').'</th>
<th class="text-left" width="400">'.tr('Descrizione').'</th>
<th class="text-center" width="80">'.tr('Q.').'</th>
<th class="text-center" width="80">'.tr('Prezzo unitario').'</th>
<th class="text-center" width="80">'.tr('Iva unitaria').'</th>
<th class="text-center" width="80">'.tr('Importo').'</th>
<th class="text-left">'.tr('Descrizione').'</th>
<th class="text-center" width="120">'.tr('Q.').'</th>
<th class="text-center" width="140">'.tr('Prezzo unitario').'</th>
<th class="text-center" width="140">'.tr('Iva unitaria').'</th>
<th class="text-center" width="140">'.tr('Importo').'</th>
<th width="120"></th>
</tr>
</thead>