Optional attribute for using quantity

This commit is contained in:
sparkyx 2022-09-17 15:55:46 +02:00
parent 9b1ba04a99
commit c3beecc4aa

View file

@ -112,7 +112,7 @@ $hidden=($this->has_quantity()==0)?'d-none':'';
<th><?php echo _('tvac')?></th>
<?php else: ?>
<th><?php echo _('prix/unité ')?><?php echo Icon_Action::infobulle(6)?></th>
<th><?php echo _('quantité')?></th>
<th class="col_quant <?=$hidden?>"><?php echo _('quantité')?></th>
<th><?php echo _('Total ')?></th>
<?php endif;?>