noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 39/119: Bug : remove file by error


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 39/119: Bug : remove file by error
Date: Mon, 26 Oct 2020 18:27:13 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 948f62809de12ecc00b112bcc3a602d8ee8e6fc3
Author: Dany De Bontridder <dany@alchimerys.be>
AuthorDate: Tue Sep 29 18:04:25 2020 +0200

    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 12c77eb..2e2e258 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)) {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]