From e460efd7c1f8ae7f4804777ce1c87acb98776b63 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Tue, 20 Dec 2011 16:35:55 +0000 Subject: [PATCH] =?UTF-8?q?#315=20D=C3=A9tail=20article=20MY=5FUPDLAB=20?= =?UTF-8?q?=3D=3D=20Y=20Ajax=20save?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/ajax_ledger.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/html/ajax_ledger.php b/html/ajax_ledger.php index 969333771..046e1f740 100644 --- a/html/ajax_ledger.php +++ b/html/ajax_ledger.php @@ -37,6 +37,7 @@ require_once ('class_fiche.php'); 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 @@ if ( ! isset ($_REQUEST['act'])|| ! isset ($_REQUEST['jr_id']) 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 */