chore: Added healthcare deprecation warning patch

This commit is contained in:
ChillarAnand 2021-09-02 19:57:58 +05:30
parent e913e277d9
commit 66e92d423e

View File

@ -0,0 +1,10 @@
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",
)