#315 Détail article

MY_UPDLAB == Y
Ajax save
This commit is contained in:
Dany De Bontridder 2011-12-20 16:35:55 +00:00
parent 1b6d205521
commit e460efd7c1

View file

@ -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 */