mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +00:00
fix: review changes
This commit is contained in:
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user