noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 09/34: Bug : default accounting override exis


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 09/34: Bug : default accounting override existing one
Date: Sun, 5 Feb 2023 04:41:40 -0500 (EST)

sparkyx pushed a commit to branch devel
in repository noalyss.

commit 51096cbe434198b656a21d2b42348458dca77fe6
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Wed Jan 11 16:35:14 2023 +0100

    Bug : default accounting override existing one
---
 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 b01dc73f6..45b362f74 100644
--- a/include/class/card_property.class.php
+++ b/include/class/card_property.class.php
@@ -188,7 +188,7 @@ class Card_Property
                     $result['msg'] .= " <span style=\"color:red\">" . 
_("Rappel: Poste par défaut sera ") .
                         $p_fiche_def->class_base .
                         " !</span> ";
-                    $result['input']->value = $p_fiche_def->class_base;
+                    $result['input']->value = (empty 
($result['input']->value)) ?$p_fiche_def->class_base:$result['input']->value;
                 }
             }
             $result['label']=_("Poste comptable");



reply via email to

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