mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 21:19:19 +00:00
[shipping rule] added doctypes shipping rule and shipping rule conditions
This commit is contained in:
@@ -63,6 +63,11 @@ wn.module_page["Selling"] = [
|
||||
description: wn._("Sales taxes template."),
|
||||
doctype:"Sales Taxes and Charges Master"
|
||||
},
|
||||
{
|
||||
label: wn._("Shipping Rules"),
|
||||
description: wn._("Rules to calculate shipping amount for a sale"),
|
||||
doctype:"Shipping Rule"
|
||||
},
|
||||
{
|
||||
label: wn._("Price List"),
|
||||
description: wn._("Mupltiple Item prices."),
|
||||
|
||||
Reference in New Issue
Block a user