mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 12:49:10 +00:00
fix: Remove print statement
This commit is contained in:
@@ -247,9 +247,7 @@ def get_pricing_rule_for_item(args, price_list_rate=0, doc=None, for_validate=Fa
|
|||||||
if pricing_rules:
|
if pricing_rules:
|
||||||
rules = []
|
rules = []
|
||||||
|
|
||||||
print(pricing_rules, "$$$$$$")
|
|
||||||
for pricing_rule in pricing_rules:
|
for pricing_rule in pricing_rules:
|
||||||
print(pricing_rule)
|
|
||||||
if not pricing_rule: continue
|
if not pricing_rule: continue
|
||||||
|
|
||||||
if isinstance(pricing_rule, string_types):
|
if isinstance(pricing_rule, string_types):
|
||||||
|
|||||||
Reference in New Issue
Block a user