Task #0001462: CA - apostrophe non affichée

Use of ManageTableSQL for improving adding , update and delete
analytic accounting
This commit is contained in:
Dany De Bontridder 2017-09-13 00:06:43 +02:00
parent 0e95617873
commit 868098e20f
5 changed files with 206 additions and 122 deletions

View file

@ -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)) {