Added Pricing Rule to Accounts, Buying, Selling home
diff --git a/erpnext/config/accounts.py b/erpnext/config/accounts.py
index 7ae67fa..2a47c2a 100644
--- a/erpnext/config/accounts.py
+++ b/erpnext/config/accounts.py
@@ -103,11 +103,16 @@
 			},
 			{
 				"type": "doctype",
-				"name": "Shipping Rules",
+				"name": "Shipping Rule",
 				"description": _("Rules for adding shipping costs.")
 			},
 			{
 				"type": "doctype",
+				"name": "Pricing Rule",
+				"description": _("Rules for applying pricing and discount.")
+			},
+			{
+				"type": "doctype",
 				"name": "Currency",
 				"description": _("Enable / disable currencies.")
 			},