Author: danydb
Date: 2011-11-23 15:32:09 +0100 (Wed, 23 Nov 2011)
New Revision: 4450
Modified:
phpcompta/trunk/include/class_follow_up.php
Log:
#371 change type of document : bug action_detail
Modified: phpcompta/trunk/include/class_follow_up.php
===================================================================
--- phpcompta/trunk/include/class_follow_up.php 2011-11-23 13:49:36 UTC (rev
4449)
+++ phpcompta/trunk/include/class_follow_up.php 2011-11-23 14:32:09 UTC (rev
4450)
@@ -638,7 +638,7 @@
/* insert also the details */
for ( $i = 0; $i < MAX_ARTICLE;$i++)
{
- $act=new Action_Detail($this->db);
+ $act=new Follow_Up_Detail($this->db);
$act->from_array($_POST,$i);
$act->ag_id=$this->ag_id;
$act->save();
_______________________________________________
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev