Resolve merge conflict
diff --git a/erpnext/accounts/doctype/invoice_discounting/invoice_discounting.py b/erpnext/accounts/doctype/invoice_discounting/invoice_discounting.py
index 69cd5f6..b047c31 100644
--- a/erpnext/accounts/doctype/invoice_discounting/invoice_discounting.py
+++ b/erpnext/accounts/doctype/invoice_discounting/invoice_discounting.py
@@ -34,7 +34,7 @@
 		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")