noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
Loading...
Searching...
No Matches
ajax_update_visibility_quantity.php File Reference

respond ajax request, the get contains the value : More...

Go to the source code of this file.

Variables

 $cn =Dossier::connect()
 
global $http
 
 $ledger =new Acc_Ledger($cn,$http->get("l","number",0))
 

Detailed Description

respond ajax request, the get contains the value :

  • l for ledger
  • gDossier Must return 1 if quantity is visible or 0 if not

Definition in file ajax_update_visibility_quantity.php.

Variable Documentation

◆ $cn

$cn =Dossier::connect()

Definition at line 31 of file ajax_update_visibility_quantity.php.

◆ $http

global $http

Definition at line 30 of file ajax_update_visibility_quantity.php.

◆ $ledger

$ledger =new Acc_Ledger($cn,$http->get("l","number",0))

Definition at line 32 of file ajax_update_visibility_quantity.php.