Bug : card linked to an accounting not show in PARAM_PCMN.INC.PHP

This commit is contained in:
Dany De Bontridder 2015-10-20 17:58:22 +02:00
parent 1b139525de
commit 1bfeb0396c

View file

@ -114,13 +114,14 @@ for ($i=0; $i <$MaxRow; $i++):
for ($e=0;$e<$max;$e++) :
echo '<li style="padding-start-value:0;margin:2px;display:inline">'.HtmlInput::card_detail($det_qcode[$e],'',' style="display:inline"').'</li>';
endfor;
echo '</ol>';
if ($max < count($det_qcode)) :
echo "...";
else :
echo HtmlInput::card_detail($A['acode']);
endif;
if ($max < count($det_qcode)) :
echo "...";
endif;
echo '</ol>';
else :
echo HtmlInput::card_detail($A['acode']);
endif;
endif;
?>
</td>