noalyss Version-9
Variables
ajax_operation_tag.php File Reference

manage the ajax calls for adding , deleting tag on operations More...

Go to the source code of this file.

Variables

catch(Exception $ex) global $g_user
 
 $jrn_id =$http->request('jrn_id', "number")
 
 $ledger =$cn->get_value("select jr_def_id from jrn where jr_id=$1", [$jrn_id])
 
 try
 

Detailed Description

manage the ajax calls for adding , deleting tag on operations

Definition in file ajax_operation_tag.php.

Variable Documentation

◆ $g_user

catch (Exception $ex) global $g_user

Definition at line 40 of file ajax_operation_tag.php.

◆ $jrn_id

$jrn_id =$http->request('jrn_id', "number")

◆ $ledger

$ledger =$cn->get_value("select jr_def_id from jrn where jr_id=$1", [$jrn_id])

Definition at line 41 of file ajax_operation_tag.php.

◆ try

try
Initial value:
{
$op=$http->request('op')
$op
Definition: ajax_admin.php:38

Definition at line 29 of file ajax_operation_tag.php.