Debug cleanup

This commit is contained in:
Charles-Henri Decultot 2018-07-13 14:00:42 +00:00
parent c047bf88db
commit 3fa3104dcc

View File

@ -305,8 +305,6 @@ class Subscription(Document):
else:
items.append({'item_code': item_code, 'qty': plan.qty, 'rate': (get_plan_rate(plan.plan, plan.qty, customer) * prorate_factor)})
frappe.log_error(items)
return items
def process(self):