mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 23:52:57 +00:00
10 lines
256 B
Python
10 lines
256 B
Python
import click
|
|
|
|
|
|
def execute():
|
|
click.secho(
|
|
"Healthcare Module is moved to a separate app and will be removed from ERPNext in version-14.\n"
|
|
"Please install the app to continue using the module: https://github.com/frappe/healthcare",
|
|
fg="yellow",
|
|
)
|