mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 21:19:19 +00:00
fix: deprecation warning
This commit is contained in:
@@ -5,6 +5,6 @@ def execute():
|
|||||||
|
|
||||||
click.secho(
|
click.secho(
|
||||||
"Non Profit Domain is moved to a separate app and will be removed from ERPNext in version-14.\n"
|
"Non Profit Domain is moved to a separate app and will be removed from ERPNext in version-14.\n"
|
||||||
"When upgrading to ERPNext version-14, please install the app to continue using the Agriculture domain: https://github.com/frappe/non_profit",
|
"When upgrading to ERPNext version-14, please install the app to continue using the Non Profit domain: https://github.com/frappe/non_profit",
|
||||||
fg="yellow",
|
fg="yellow",
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user