Author: danydb
Date: 2012-01-04 14:16:58 +0100 (Wed, 04 Jan 2012)
New Revision: 226

Modified:
   trunk/coprop/include/template/coprop_lot_add.php
Log:
typo

Modified: trunk/coprop/include/template/coprop_lot_add.php
===================================================================
--- trunk/coprop/include/template/coprop_lot_add.php    2012-01-04 13:13:25 UTC 
(rev 225)
+++ trunk/coprop/include/template/coprop_lot_add.php    2012-01-04 13:16:58 UTC 
(rev 226)
@@ -68,7 +68,7 @@
 echo HtmlInput::hidden('ledger_type','ODS');
 $alot=$cn->get_array("select f_id,
                (select ad_value from fiche_Detail as e where ad_id=1 and 
e.f_id=a.f_id) as fname,
-               (select ad_value from fiche_Detail as f where ad_id=23 and 
f.f_id=a.f_id) as fqcode
+               (select ad_value from fiche_Detail as f where ad_id=23 and 
f.f_id=a.f_id) as fqcode,
                (select ad_value from fiche_Detail as f where ad_id=9 and 
f.f_id=a.f_id) as fdesc
                from fiche as a
                where


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

Reply via email to