phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r5338 - phpcompta/tags/rel660/html


From: phpcompta-dev
Subject: [Phpcompta-dev] r5338 - phpcompta/tags/rel660/html
Date: Sun, 4 Aug 2013 21:12:30 +0200 (CEST)

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



reply via email to

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