phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r247 - trunk/coprop/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r247 - trunk/coprop/include
Date: Wed, 4 Jan 2012 17:42:30 +0100 (CET)

Author: danydb
Date: 2012-01-04 17:42:30 +0100 (Wed, 04 Jan 2012)
New Revision: 247

Modified:
   trunk/coprop/include/ajax_mod_key.php
Log:
bug : sql incorrect

Modified: trunk/coprop/include/ajax_mod_key.php
===================================================================
--- trunk/coprop/include/ajax_mod_key.php       2012-01-04 16:21:28 UTC (rev 
246)
+++ trunk/coprop/include/ajax_mod_key.php       2012-01-04 16:42:30 UTC (rev 
247)
@@ -56,7 +56,7 @@
                where cr_id=$1
        union
 select
-f_id,vw_name as name,quick_code as qcode, 0 as l_part
+f_id,vw_name as name,quick_code as qcode,vw_description as desc, 0 as l_part
        from vw_fiche_attr where fd_id=$2
        and f_id not in (select lot_fk from coprop.clef_repartition_detail 
where cr_id=$1)",array($key_id,$g_copro_parameter->categorie_lot));
 




reply via email to

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