Added Pricing Rule to Accounts, Buying, Selling home

This commit is contained in:
Anand Doshi
2014-03-05 18:24:48 +05:30
parent 9472247b6e
commit b2c2fca8a5
4 changed files with 19 additions and 3 deletions

View File

@@ -87,6 +87,11 @@ data = [
"description": _("Multiple Item prices."),
"route": "Report/Item Price"
},
{
"type": "doctype",
"name": "Pricing Rule",
"description": _("Rules for applying pricing and discount.")
},
]
},
{