From 1bfeb0396c8f33a29fd494efee5a54057222e028 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Tue, 20 Oct 2015 17:58:22 +0200 Subject: [PATCH] Bug : card linked to an accounting not show in PARAM_PCMN.INC.PHP --- include/param_pcmn.inc.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/include/param_pcmn.inc.php b/include/param_pcmn.inc.php index 9f0e8bea9..22cfc9bde 100644 --- a/include/param_pcmn.inc.php +++ b/include/param_pcmn.inc.php @@ -114,13 +114,14 @@ for ($i=0; $i <$MaxRow; $i++): for ($e=0;$e<$max;$e++) : echo '
  • '.HtmlInput::card_detail($det_qcode[$e],'',' style="display:inline"').'
  • '; endfor; - echo ''; - if ($max < count($det_qcode)) : - echo "..."; - else : - echo HtmlInput::card_detail($A['acode']); - endif; + if ($max < count($det_qcode)) : + echo "..."; + endif; + echo ''; + else : + echo HtmlInput::card_detail($A['acode']); endif; + endif; ?>