Task #0001462: CA - apostrophe non affichée
Use of ManageTableSQL for improving adding , update and delete analytic accounting
This commit is contained in:
parent
0e95617873
commit
868098e20f
5 changed files with 206 additions and 122 deletions
|
|
@ -181,7 +181,9 @@ $path = array(
|
|||
// Save a event given in the short form
|
||||
"action_save"=>"ajax_gestion",
|
||||
/* display the lettering , callebd from acc_ledger : dsp_letter*/
|
||||
"dl"=>"ajax_display_letter"
|
||||
"dl"=>"ajax_display_letter",
|
||||
// Add , delete update anc accounting
|
||||
"anc_accounting"=>"ajax_anc_accounting"
|
||||
) ;
|
||||
|
||||
if (array_key_exists($op, $path)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue