noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 166/238: Typo


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 166/238: Typo
Date: Sat, 26 Oct 2019 04:40:57 -0400 (EDT)

sparkyx pushed a commit to annotated tag rel7110
in repository noalyss.

commit 994bbd7fe823f85b774334b82749806eb7367e16
Author: Dany De Bontridder <address@hidden>
Date:   Sat Jan 12 15:11:54 2019 +0100

    Typo
---
 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 c195fb9..52d3e1f 100644
--- a/include/class/acc_ledger.class.php
+++ b/include/class/acc_ledger.class.php
@@ -1217,7 +1217,7 @@ class Acc_Ledger extends jrn_def_sql
                 $card_id=$p->find_card();
                 if (!empty($card_id))
                 {
-                    $str_msg=sprintf(_(" Le poste %s appartient à  fiche(s) 
dont : %s"),$str_msg,count($card_id));
+                    $str_msg=sprintf(_(" Le poste %s appartient à  fiche(s) 
dont : %s"),$p->id,count($card_id));
                     
$max=(count($card_id)>MAX_COMPTE_CARD)?MAX_COMPTE_CARD:count($card_id);
                     for ($x=0; $x<$max; $x++)
                     {



reply via email to

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