noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 02/07: Optional attribute for using quantity


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 02/07: Optional attribute for using quantity
Date: Fri, 30 Sep 2022 09:35:55 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit c3beecc4aa074e4029b91133d84410b90a71737a
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sat Sep 17 15:55:46 2022 +0200

    Optional attribute for using quantity
---
 include/template/form_ledger_detail.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/template/form_ledger_detail.php 
b/include/template/form_ledger_detail.php
index ed6a7c342..eaf1fe868 100644
--- a/include/template/form_ledger_detail.php
+++ b/include/template/form_ledger_detail.php
@@ -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;?>
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]