mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-17 01:07:19 +00:00
@@ -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