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