noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 02/05: Bug : card linked to an accounting not


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 02/05: Bug : card linked to an accounting not show in PARAM_PCMN.INC.PHP
Date: Tue, 20 Oct 2015 18:27:54 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 1bfeb0396c8f33a29fd494efee5a54057222e028
Author: Dany De Bontridder <address@hidden>
Date:   Tue Oct 20 17:58:22 2015 +0200

    Bug : card linked to an accounting not show in PARAM_PCMN.INC.PHP
---
 include/param_pcmn.inc.php |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/include/param_pcmn.inc.php b/include/param_pcmn.inc.php
index 9f0e8be..22cfc9b 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 '<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>



reply via email to

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