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