Resolve merge conflict
This commit is contained in:
parent
ed96591618
commit
4a538ba78a
@ -34,7 +34,7 @@ class InvoiceDiscounting(AccountsController):
|
|||||||
if self.docstatus == 1:
|
if self.docstatus == 1:
|
||||||
self.status = "Sanctioned"
|
self.status = "Sanctioned"
|
||||||
elif self.docstatus == 2:
|
elif self.docstatus == 2:
|
||||||
self.status: "Cancelled"
|
self.status = "Cancelled"
|
||||||
|
|
||||||
def make_gl_entries(self):
|
def make_gl_entries(self):
|
||||||
company_currency = frappe.get_cached_value('Company', self.company, "default_currency")
|
company_currency = frappe.get_cached_value('Company', self.company, "default_currency")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user