phpcompta-dev
[Top][All Lists]
Advanced

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

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


From: phpcompta-dev
Subject: [Phpcompta-dev] r253 - trunk/coprop/include
Date: Thu, 5 Jan 2012 16:23:10 +0100 (CET)

Author: danydb
Date: 2012-01-05 16:23:10 +0100 (Thu, 05 Jan 2012)
New Revision: 253

Modified:
   trunk/coprop/include/class_budget.php
Log:
Budget : Detail ne fonctionne : erreur sql

Modified: trunk/coprop/include/class_budget.php
===================================================================
--- trunk/coprop/include/class_budget.php       2012-01-05 15:20:32 UTC (rev 
252)
+++ trunk/coprop/include/class_budget.php       2012-01-05 15:23:10 UTC (rev 
253)
@@ -29,6 +29,7 @@
             $array=$cn->get_array("select 
bt_id,bt_amount,f_id,vw_name,quick_code,cr_name,cr_id 
                 from coprop.budget_detail
                 join coprop.clef_repartition using (cr_id)
+                join vw_fiche_attr using (f_id)
                 where b_id=$1",array($this->b_id));
             $a_input=array();
             for ($i=0;$i<count($array);$i++)




reply via email to

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