phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r4450 - phpcompta/trunk/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r4450 - phpcompta/trunk/include
Date: Wed, 23 Nov 2011 15:32:10 +0100 (CET)

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




reply via email to

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