mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-21 03:04:34 +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:
|
||||
rules = []
|
||||
|
||||
print(pricing_rules, "$$$$$$")
|
||||
for pricing_rule in pricing_rules:
|
||||
print(pricing_rule)
|
||||
if not pricing_rule: continue
|
||||
|
||||
if isinstance(pricing_rule, string_types):
|
||||
|
||||
Reference in New Issue
Block a user