Fix grafico ordini
This commit is contained in:
parent
573b8fc516
commit
16d87ce0ad
|
@ -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.tà').'</th>';
|
<th class="text-center tip" width="160">'.tr('Q.tà').'</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>
|
||||||
|
|
Loading…
Reference in New Issue