Rebase following Subscription corrections
This commit is contained in:
parent
7722b81c8e
commit
c047bf88db
File diff suppressed because it is too large
Load Diff
@ -305,6 +305,8 @@ 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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user