mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 12:39:18 +00:00
chore: Added healthcare deprecation warning patch
This commit is contained in:
10
erpnext/patches/v13_0/healthcare_deprecation_warning.py
Normal file
10
erpnext/patches/v13_0/healthcare_deprecation_warning.py
Normal 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",
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user