delete insert or update data from account_update (need right CFGPCMN) called from ajax_misc.php More...
Go to the source code of this file.
Variables | |
for($i=0;$i< count($var);$i++) | $ctl = 'ok' |
$message = _("opération réussie") | |
$var = array('action', 'p_oldu', 'p_valu', 'p_libu', 'p_parentu', 'acc_delete', 'p_typeu') |
delete insert or update data from account_update (need right CFGPCMN) called from ajax_misc.php
array | 'op' => string 'account_update' (length=14) 'gDossier' => string '44' (length=2) 'action' => string 'update' (length=6) 'p_oldu' => string '4124' (length=4) 'p_valu' => string '4124' (length=4) 'p_libu' => string 'Impôt belge sur le résultat' (length=29) 'p_parentu' => string '412' (length=3) 'acc_delete' => string '0' (length=1) 'p_typeu' => string '0' (length=1) |
Definition in file ajax_account_update.php.
for ($i=0;$i< count($var);$i++) $ctl = 'ok' |
Definition at line 51 of file ajax_account_update.php.
if ($action=="update"&&$acc_delete==0) if ($action=="new") if ($action=="update"&&$acc_delete==1) $message = _("opération réussie") |
Definition at line 56 of file ajax_account_update.php.
$var = array('action', 'p_oldu', 'p_valu', 'p_libu', 'p_parentu', 'acc_delete', 'p_typeu') |
Definition at line 44 of file ajax_account_update.php.