commit | b2c2fca8a58bedc3226efb41ad1c088a40ea7f0d | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Wed Mar 05 18:24:48 2014 +0530 |
committer | Anand Doshi <anand@erpnext.com> | Wed Mar 05 18:25:10 2014 +0530 |
tree | 0c7147b403a240b275a8234328323ff261457cdf | |
parent | 9472247b6e5ed69521cf104f18b41529bcafa60d [diff] [blame] |
Added Pricing Rule to Accounts, Buying, Selling home
diff --git a/erpnext/config/buying.py b/erpnext/config/buying.py index 41f689f..0c8c2f6 100644 --- a/erpnext/config/buying.py +++ b/erpnext/config/buying.py
@@ -87,6 +87,11 @@ "description": _("Multiple Item prices."), "route": "Report/Item Price" }, + { + "type": "doctype", + "name": "Pricing Rule", + "description": _("Rules for applying pricing and discount.") + }, ] }, {