From 5c0a232e0fc4c6cb67fbdb4b76747fbd0878b109 Mon Sep 17 00:00:00 2001 From: Florian HENRY Date: Sun, 10 Sep 2023 17:24:01 +0200 Subject: [PATCH] refactor(region): Splitting of France Regional logic from ERPNext --- erpnext/patches/v14_0/france_depreciation_warning.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/patches/v14_0/france_depreciation_warning.py b/erpnext/patches/v14_0/france_depreciation_warning.py index 27acfd94703..5efbc5bd7fb 100644 --- a/erpnext/patches/v14_0/france_depreciation_warning.py +++ b/erpnext/patches/v14_0/france_depreciation_warning.py @@ -6,7 +6,7 @@ def execute(): if "erpnext_france" in frappe.get_installed_apps(): return click.secho( - "Feature for Region France will be remove in version-15 and moved to a separate app\n" + "Feature for region France will be remove in version-15 and moved to a separate app\n" "Please install the app to continue using the regionnal France features: https://github.com/scopen-coop/erpnext_france.git", fg="yellow", )