Rebase following Subscription corrections

This commit is contained in:
Charles-Henri Decultot 2018-07-13 13:25:53 +00:00
parent 7722b81c8e
commit c047bf88db
2 changed files with 893 additions and 924 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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):