phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r4643 - phpcompta/trunk/html


From: phpcompta-dev
Subject: [Phpcompta-dev] r4643 - phpcompta/trunk/html
Date: Tue, 20 Dec 2011 17:35:56 +0100 (CET)

Author: danydb
Date: 2011-12-20 17:35:55 +0100 (Tue, 20 Dec 2011)
New Revision: 4643

Modified:
   phpcompta/trunk/html/ajax_ledger.php
Log:
#315 D?\195?\169tail article 
MY_UPDLAB == Y
Ajax save

Modified: phpcompta/trunk/html/ajax_ledger.php
===================================================================
--- phpcompta/trunk/html/ajax_ledger.php        2011-12-20 16:33:26 UTC (rev 
4642)
+++ phpcompta/trunk/html/ajax_ledger.php        2011-12-20 16:35:55 UTC (rev 
4643)
@@ -37,6 +37,7 @@
 require_once('class_acc_reconciliation.php');
 require_once('class_anc_operation.php');
 require_once('class_idate.php');
+require_once 'class_own.php';
 /**
  * Check if we receive the needed data (jr_id...)
  */
@@ -46,6 +47,8 @@
     exit();
   }
  global $g_parameter;
+ 
+ $g_parameter=new Own($cn);
 $action=$_REQUEST['act'];
 $jr_id=$_REQUEST['jr_id'];
 $div=$_REQUEST['div'];         /* the div source and target for javascript */




reply via email to

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