Author: danydb
Date: 2013-08-04 21:12:29 +0200 (Sun, 04 Aug 2013)
New Revision: 5338

Modified:
   phpcompta/tags/rel660/html/ajax_card.php
Log:
BUG cannot display list of card

Modified: phpcompta/tags/rel660/html/ajax_card.php
===================================================================
--- phpcompta/tags/rel660/html/ajax_card.php    2013-07-10 20:00:08 UTC (rev 
5337)
+++ phpcompta/tags/rel660/html/ajax_card.php    2013-08-04 19:12:29 UTC (rev 
5338)
@@ -367,7 +367,7 @@
        }
      /* We limit the search to MAX_SEARCH_CARD records */
     $sql=$sql.' order by vw_name limit '.MAX_SEARCH_CARD;
-
+    $a=$cn->get_array($sql);
     for($i=0;$i<count($a);$i++)
     {
         $array[$i]['quick_code']=$a[$i]['quick_code'];



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu

_______________________________________________
Phpcompta  est un logiciel libre de comptabilit&#233; en ligne 
(http://www.phpcompta.eu)
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to