noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 06/13: Translation


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 06/13: Translation
Date: Sat, 19 Jan 2019 16:52:59 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit a5911754163b694a91ca72b55962009ec8be718d
Author: Dany De Bontridder <address@hidden>
Date:   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 90c6139..1e4b704 100644
--- a/include/class/acc_ledger.class.php
+++ b/include/class/acc_ledger.class.php
@@ -1147,7 +1147,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]