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++)
_______________________________________________
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev