mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 23:52:57 +00:00
10 lines
305 B
Python
10 lines
305 B
Python
import click
|
|
|
|
|
|
def execute():
|
|
click.secho(
|
|
"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 Non Profit domain: https://github.com/frappe/non_profit",
|
|
fg="yellow",
|
|
)
|