Optional attribute for using quantity
This commit is contained in:
parent
9b1ba04a99
commit
c3beecc4aa
1 changed files with 1 additions and 1 deletions
|
|
@ -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;?>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue