From 772ff248c84112eaaa2a820fece6a94c2544dab6 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Tue, 12 Dec 2023 18:30:02 +0100 Subject: [PATCH] Code : change filename --- include/{payment_middle.inc.php => payment_method.inc.php} | 0 sql/upgrade.sql | 2 ++ 2 files changed, 2 insertions(+) rename include/{payment_middle.inc.php => payment_method.inc.php} (100%) 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'; +