mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-17 09:17:15 +00:00
Fix for Opportunity
This commit is contained in:
@@ -17,9 +17,11 @@ status_map = {
|
||||
["Opportunity", "has_opportunity"],
|
||||
],
|
||||
"Opportunity": [
|
||||
["Lost", "eval:self.status=='Lost'"],
|
||||
["Quotation", "has_quotation"],
|
||||
["Converted", "has_ordered_quotation"]
|
||||
["Converted", "has_ordered_quotation"],
|
||||
["Lost", "eval:self.status=='Lost'"],
|
||||
["Closed", "eval:self.status=='Closed'"]
|
||||
|
||||
],
|
||||
"Quotation": [
|
||||
["Draft", None],
|
||||
|
||||
Reference in New Issue
Block a user