mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-28 15:41:26 +01:00
fix: review changes
This commit is contained in:
@@ -62,7 +62,7 @@ class Quotation(SellingController):
|
||||
opportunity = self.opportunity
|
||||
|
||||
opp = frappe.get_doc("Opportunity", opportunity)
|
||||
opp.status = status
|
||||
opp.set_status(status=status)
|
||||
opp.set_status(update=True)
|
||||
|
||||
def declare_enquiry_lost(self, lost_reasons_list, detailed_reason=None):
|
||||
|
||||
Reference in New Issue
Block a user