Code : change filename

This commit is contained in:
sparkyx 2023-12-12 18:30:02 +01:00
parent 98390d4d48
commit 772ff248c8
2 changed files with 2 additions and 0 deletions

View file

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