Bug : remove file by error

This commit is contained in:
Dany De Bontridder 2020-09-29 18:04:25 +02:00
parent 54b265c03a
commit e6a9d8ff48

View file

@ -255,7 +255,9 @@ $path = array(
// Display all cards using an accounting
"display_all_card"=>"ajax_display_all_card",
// payment_method
"payment_method"=>"ajax_payment_method"
"payment_method"=>"ajax_payment_method",
// update list of predefined operation if ledger changes
"up_predef"=>"ajax_update_predef"
) ;
if (array_key_exists($op, $path)) {