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'; +