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.")
+			},
 		]
 	},
 	{