Update sales_invoice.py

This commit is contained in:
Nabin Hait
2017-11-17 12:55:08 +05:30
committed by GitHub
parent 6b70906deb
commit 7fa111de45

View File

@@ -632,7 +632,7 @@ class SalesInvoice(SellingController):
return gl_entries
def make_customer_gl_entry(self, gl_entries):
grand_total = self.rounded_total or self.grand_total
grand_total = self.rounded_total or self.grand_total
if self.get("payment_schedule"):
for d in self.get("payment_schedule"):
payment_amount_in_company_currency = flt(d.payment_amount * self.conversion_rate,