noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 01/29: Code : change filename


From: dwm
Subject: [Noalyss-commit] [noalyss] 01/29: Code : change filename
Date: Sat, 6 Jan 2024 05:59:13 -0500 (EST)

sparkyx pushed a commit to branch devel
in repository noalyss.

commit 772ff248c84112eaaa2a820fece6a94c2544dab6
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Tue Dec 12 18:30:02 2023 +0100

    Code : change filename
---
 include/{payment_middle.inc.php => payment_method.inc.php} | 0
 sql/upgrade.sql                                            | 2 ++
 2 files changed, 2 insertions(+)

diff --git a/include/payment_middle.inc.php b/include/payment_method.inc.php
similarity index 100%
rename from include/payment_middle.inc.php
rename to include/payment_method.inc.php
diff --git a/sql/upgrade.sql b/sql/upgrade.sql
index 7d4f8e9d1..9440fefa3 100644
--- a/sql/upgrade.sql
+++ b/sql/upgrade.sql
@@ -38,3 +38,5 @@ update fiche_detail set ad_value=ad_value where ad_id in 
(select ad_id from attr
 
 insert into parameter values ('MY_REPORT','N') ON CONFLICT DO NOTHING;
 
+update menu_ref set me_file='payment_method.inc.php' where me_code='CFGPAY';
+



reply via email to

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