commit | 8004550444f026ea20234eb38d08a4167f0dba3c | [log] [tgz] |
---|---|---|
author | phot0n <ritwikpuri5678@gmail.com> | Mon Jul 25 10:46:46 2022 +0530 |
committer | phot0n <ritwikpuri5678@gmail.com> | Mon Jul 25 10:46:46 2022 +0530 |
tree | c584425e9a7f24d4bc3e8ae0c7787f921efdc984 | |
parent | ef14da21bcfaffd5869a6b896f8214cf6e234157 [diff] |
fix: add payments as a required app for erpnext
diff --git a/erpnext/hooks.py b/erpnext/hooks.py index d7cd8b9..aa10e31 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py
@@ -10,6 +10,7 @@ app_license = "GNU General Public License (v3)" source_link = "https://github.com/frappe/erpnext" app_logo_url = "/assets/erpnext/images/erpnext-logo.svg" +required_apps = ["payments"] develop_version = "14.x.x-develop"