mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-13 01:34:10 +00:00
Debug cleanup
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user