diff --git a/erpnext/accounts/doctype/pricing_rule/pricing_rule.js b/erpnext/accounts/doctype/pricing_rule/pricing_rule.js index cd5b00e6ad0..fda519e0851 100644 --- a/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +++ b/erpnext/accounts/doctype/pricing_rule/pricing_rule.js @@ -41,56 +41,68 @@ frappe.ui.form.on("Pricing Rule", {

- {{__('Notes')}} + ${__("Notes")}

- {{__('How Pricing Rule is applied?')}} + ${__("How Pricing Rule is applied?")}

  1. - {{__("Pricing Rule is first selected based on 'Apply On' field, which can be Item, Item Group or Brand.")}} + ${__("Pricing Rule is first selected based on 'Apply On' field, which can be Item, Item Group or Brand.")}
  2. - {{__("Then Pricing Rules are filtered out based on Customer, Customer Group, Territory, Supplier, Supplier Type, Campaign, Sales Partner etc.")}} + ${__( + "Then Pricing Rules are filtered out based on Customer, Customer Group, Territory, Supplier, Supplier Type, Campaign, Sales Partner etc." + )}
  3. - {{__('Pricing Rules are further filtered based on quantity.')}} + ${__("Pricing Rules are further filtered based on quantity.")}
  4. - {{__('If two or more Pricing Rules are found based on the above conditions, Priority is applied. Priority is a number between 0 to 20 while default value is zero (blank). Higher number means it will take precedence if there are multiple Pricing Rules with same conditions.')}} + ${__( + "If two or more Pricing Rules are found based on the above conditions, Priority is applied. Priority is a number between 0 to 20 while default value is zero (blank). Higher number means it will take precedence if there are multiple Pricing Rules with same conditions." + )}
  5. - {{__('Even if there are multiple Pricing Rules with highest priority, then following internal priorities are applied:')}} + ${__( + "Even if there are multiple Pricing Rules with highest priority, then following internal priorities are applied:" + )}
  6. - {{__('If multiple Pricing Rules continue to prevail, users are asked to set Priority manually to resolve conflict.')}} + ${__( + "If multiple Pricing Rules continue to prevail, users are asked to set Priority manually to resolve conflict." + )}