From e6a9d8ff482f569baea5f29dfe5527e4c04d4795 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Tue, 29 Sep 2020 18:04:25 +0200 Subject: [PATCH] Bug : remove file by error --- html/ajax_misc.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/html/ajax_misc.php b/html/ajax_misc.php index 12c77eb14..2e2e258f3 100644 --- a/html/ajax_misc.php +++ b/html/ajax_misc.php @@ -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)) {