parent
7711744020
commit
96363dbb07
@ -631,7 +631,6 @@ def get_applicable_shipping_rules(party=None, quotation=None):
|
|||||||
shipping_rules = get_shipping_rules(quotation)
|
shipping_rules = get_shipping_rules(quotation)
|
||||||
|
|
||||||
if shipping_rules:
|
if shipping_rules:
|
||||||
rule_label_map = frappe.db.get_values("Shipping Rule", shipping_rules, "label")
|
|
||||||
# we need this in sorted order as per the position of the rule in the settings page
|
# we need this in sorted order as per the position of the rule in the settings page
|
||||||
return [[rule, rule] for rule in shipping_rules]
|
return [[rule, rule] for rule in shipping_rules]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user