fix: review changes
This commit is contained in:
parent
924618e1e3
commit
73d944da21
@ -62,7 +62,7 @@ class Quotation(SellingController):
|
|||||||
opportunity = self.opportunity
|
opportunity = self.opportunity
|
||||||
|
|
||||||
opp = frappe.get_doc("Opportunity", opportunity)
|
opp = frappe.get_doc("Opportunity", opportunity)
|
||||||
opp.status = status
|
opp.set_status(status=status)
|
||||||
opp.set_status(update=True)
|
opp.set_status(update=True)
|
||||||
|
|
||||||
def declare_enquiry_lost(self, lost_reasons_list, detailed_reason=None):
|
def declare_enquiry_lost(self, lost_reasons_list, detailed_reason=None):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user