Resolve merge conflict

This commit is contained in:
Anurag Mishra 2019-03-11 12:30:21 +05:30
parent ed96591618
commit 4a538ba78a

View File

@ -34,7 +34,7 @@ class InvoiceDiscounting(AccountsController):
if self.docstatus == 1:
self.status = "Sanctioned"
elif self.docstatus == 2:
self.status: "Cancelled"
self.status = "Cancelled"
def make_gl_entries(self):
company_currency = frappe.get_cached_value('Company', self.company, "default_currency")