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));
 


_______________________________________________
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to