noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 02/30: Bug : cosmetic , VAT in card is not al


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 02/30: Bug : cosmetic , VAT in card is not aligned
Date: Sat, 3 Dec 2022 08:35:06 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 8bf9c4f39ef4bd98d3e6b3c08c423582b838dd90
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Thu Nov 17 11:55:27 2022 +0100

    Bug : cosmetic , VAT in card is not aligned
---
 include/class/card_property.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/class/card_property.class.php 
b/include/class/card_property.class.php
index 5c5df1173..27132987e 100644
--- a/include/class/card_property.class.php
+++ b/include/class/card_property.class.php
@@ -196,7 +196,7 @@ class Card_Property
             return $result;
         } elseif ($this->ad_id == ATTR_DEF_TVA) {
             $result['input'] = new ITva_Popup('popup_tva');
-            $result['input']->table = 1;
+            $result['input']->table = 0;
             $result['input']->value = $this->av_text;
             $result['label']=$this->ad_text;
         } else {



reply via email to

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