[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';
+
- [Noalyss-commit] [noalyss] branch devel updated (98390d4d4 -> ead8d5f23), dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 03/29: PHP 8.0 Minimum, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 06/29: PHP 8.2 compatibility, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 01/29: Code : change filename,
dwm <=
- [Noalyss-commit] [noalyss] 02/29: PHP Compatibility, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 05/29: Bug cosmetic : when update in a window, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 07/29: Improve Debug, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 08/29: typo, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 09/29: Fix Bug Balance Accountancy, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 10/29: cosmetic : color info password, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 11/29: PHP8.1 Compatibility, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 13/29: Code improve : Acc_Balance utilise PDF_CORE::is_fill, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 14/29: Improve Code : permet d'avoir plusieurs couleurs sur une ligne, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 17/29: Improve : PRINTJRN search in detail VAT mode, dwm, 2024/01/06