Fix grafico ordini

This commit is contained in:
valentina 2024-08-02 10:19:58 +02:00
parent 573b8fc516
commit 16d87ce0ad
1 changed files with 4 additions and 4 deletions

View File

@ -44,14 +44,14 @@ echo '
<th width="35" class="text-center" >'.tr('#').'</th> <th width="35" class="text-center" >'.tr('#').'</th>
<th>'.tr('Descrizione').'</th> <th>'.tr('Descrizione').'</th>
<th width="105">'.tr('Prev. evasione').'</th> <th width="105">'.tr('Prev. evasione').'</th>
<th class="text-center tip" width="130">'.tr('Q.').'</th>'; <th class="text-center tip" width="160">'.tr('Q.').'</th>';
if ($dir == 'entrata') { if ($dir == 'entrata') {
echo '<th class="text-center" width="130">'.tr('Costo unitario').'</th>'; echo '<th class="text-center" width="160">'.tr('Costo unitario').'</th>';
} }
echo ' echo '
<th class="text-center" width="130">'.tr('Prezzo unitario').'</th> <th class="text-center" width="160">'.tr('Prezzo unitario').'</th>
<th class="text-center" width="130">'.tr('Sconto unitario').'</th> <th class="text-center" width="130">'.tr('Sconto unitario').'</th>
<th class="text-center" width="100">'.tr('Importo').'</th> <th class="text-center" width="120">'.tr('Importo').'</th>
<th width="80"></th> <th width="80"></th>
</tr> </tr>
</thead> </thead>