phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r4403 - phpcompta/trunk/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r4403 - phpcompta/trunk/include
Date: Fri, 18 Nov 2011 14:48:59 +0100 (CET)

Author: danydb
Date: 2011-11-18 14:48:58 +0100 (Fri, 18 Nov 2011)
New Revision: 4403

Modified:
   phpcompta/trunk/include/ajax_auto_anc_card.php
Log:
ajax poste analytique

Modified: phpcompta/trunk/include/ajax_auto_anc_card.php
===================================================================
--- phpcompta/trunk/include/ajax_auto_anc_card.php      2011-11-18 13:46:04 UTC 
(rev 4402)
+++ phpcompta/trunk/include/ajax_auto_anc_card.php      2011-11-18 13:48:58 UTC 
(rev 4403)
@@ -7,12 +7,12 @@
 $user->check_dossier($_GET['gDossier']);
 if ( isset($_REQUEST['pa_id']) )
 {   
-    $res=$cn->exec_sql("select po_id,po_description from  poste_analytique 
where pa_id=$1 ~* and (po_description ~* $2 or po_name ~* $3 order by po_id 
limit 12",
+    $res=$cn->exec_sql("select po_name,po_description from  poste_analytique 
where pa_id=$1 ~* and (po_description ~* $2 or po_name ~* $3 order by po_id 
limit 12",
         array($_REQUEST['pa_id'],$_POST['anccard'],$_POST['anccard']));
 }
 else
 {
-       $res=$cn->exec_sql("select po_id,po_description from  poste_analytique 
where po_description ~* $1 or po_name ~* $2 order by po_id limit 12 ",
+       $res=$cn->exec_sql("select po_name,po_description from  
poste_analytique where po_description ~* $1 or po_name ~* $2 order by po_id 
limit 12 ",
         array($_POST['anccard'],$_POST['anccard']));
 }
 $nb=Database::num_row($res);




reply via email to

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