Merge pull request #23477 from anupamvs/subscription-invoice-v12

fix: Payment Schedule not fetching
This commit is contained in:
Deepesh Garg
2020-10-12 20:35:07 +05:30
committed by GitHub

View File

@@ -263,6 +263,7 @@ class Subscription(Document):
invoice.set_taxes() invoice.set_taxes()
# Due date # Due date
if self.days_until_due:
invoice.append( invoice.append(
'payment_schedule', 'payment_schedule',
{ {