Fix fatture di vendita per schermi a bassa risoluzione
This commit is contained in:
parent
1d0efdf6d3
commit
ad5e8c174b
|
@ -39,7 +39,7 @@ echo '
|
||||||
echo '
|
echo '
|
||||||
</th>
|
</th>
|
||||||
<th width="35" class="text-center" >'.tr('#').'</th>
|
<th width="35" class="text-center" >'.tr('#').'</th>
|
||||||
<th class="text-left">'.tr('Descrizione').'</th>
|
<th class="text-left" style="width:30%;">'.tr('Descrizione').'</th>
|
||||||
<th class="text-center" width="120">'.tr('Q.tà').'</th>';
|
<th class="text-center" width="120">'.tr('Q.tà').'</th>';
|
||||||
if ($dir == 'entrata') {
|
if ($dir == 'entrata') {
|
||||||
echo '<th class="text-center" width="150">'.tr('Costo unitario').'</th>';
|
echo '<th class="text-center" width="150">'.tr('Costo unitario').'</th>';
|
||||||
|
|
Loading…
Reference in New Issue