commit | 850eaa73b053f34558e4ef53a01e8f03daccd372 | [log] [tgz] |
---|---|---|
author | rohitwaghchaure <rohitw1991@gmail.com> | Fri Sep 15 16:16:36 2017 +0530 |
committer | Rohit Waghchaure <rohitw1991@gmail.com> | Mon Sep 18 17:23:00 2017 +0530 |
tree | 2a472470dcc3b802d41a595f562497baea66153a | |
parent | e859671eb321a210dd2509aa59c6489ffb89d6e3 [diff] |
Move subscription module to accounts (#10772)
diff --git a/erpnext/config/accounts.py b/erpnext/config/accounts.py index 6d16e92..7c0f540 100644 --- a/erpnext/config/accounts.py +++ b/erpnext/config/accounts.py
@@ -33,6 +33,12 @@ "description": _("Point of Sale") }, { + "type": "doctype", + "name": "Subscription", + "label": _("Subscription"), + "description": _("To make recurring documents") + }, + { "type": "report", "name": "Accounts Receivable", "doctype": "Sales Invoice",