commit | d9e27b727fea7679711d9f7a89776d7b310f153e | [log] [tgz] |
---|---|---|
author | Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com> | Wed Oct 23 12:20:19 2019 +0530 |
committer | GitHub <noreply@github.com> | Wed Oct 23 12:20:19 2019 +0530 |
tree | dd951645f4fc2710f8e86f00abb126facd34c2f9 | |
parent | c41e44d964a296145332eafee7c342456e5326ce [diff] | |
parent | 275f3f8b91772dcd4489d19bbdf3d836b6199961 [diff] |
Merge branch 'develop' into item_row_link_issue
diff --git a/erpnext/config/selling.py b/erpnext/config/selling.py index 928bd5f..5db4cc2 100644 --- a/erpnext/config/selling.py +++ b/erpnext/config/selling.py
@@ -127,7 +127,11 @@ "name": "Shipping Rule", "description": _("Rules for adding shipping costs."), }, - + { + "type": "doctype", + "name": "Coupon Code", + "description": _("Define coupon codes."), + } ] }, {