mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 08:24:47 +00:00
Added Pricing Rule to Accounts, Buying, Selling home
This commit is contained in:
@@ -103,9 +103,14 @@ data = [
|
||||
},
|
||||
{
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user