This commit is contained in:
Dany De Bontridder 2019-01-12 15:11:54 +01:00
parent 12aeed8fcf
commit 994bbd7fe8

View file

@ -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++)
{