noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 135/162: Translation


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 135/162: Translation
Date: Sat, 11 Jul 2020 13:24:03 -0400 (EDT)

sparkyx pushed a commit to annotated tag E-4
in repository noalyss.

commit 602f65fda26b67079b054ac61265777a1bb5b1f9
Author: Dany De Bontridder <danydb@noalyss.eu>
AuthorDate: Fri Dec 28 15:36:17 2018 +0100

    Translation
---
 include/class/acc_ledger.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/class/acc_ledger.class.php 
b/include/class/acc_ledger.class.php
index fe75e80..52ca1bf 100644
--- a/include/class/acc_ledger.class.php
+++ b/include/class/acc_ledger.class.php
@@ -1163,7 +1163,7 @@ class Acc_Ledger extends jrn_def_sql
                 }
                 $account=new Acc_Account($this->db,${"poste".$i});
                 if ( $account->get_parameter("pcm_direct_use") == "N") {
-                    throw new Exception(_("Utilisation directe interdite du 
poste comptable ${"poste".$i}"));
+                    throw new Exception(sprinff (_("Utilisation directe 
interdite du poste comptable %s"), ${"poste".$i}));
                 }
             }
         }



reply via email to

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