mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 13:24:47 +00:00
[enhancement] request for quotation
This commit is contained in:
@@ -32,6 +32,9 @@ def get_notification_config():
|
||||
"status": ("not in", ("Stopped",)),
|
||||
"per_ordered": ("<", 100)
|
||||
},
|
||||
"Request for Quotation": {
|
||||
"docstatus": 0
|
||||
},
|
||||
"Purchase Order": {
|
||||
"status": ("not in", ("Completed", "Closed")),
|
||||
"docstatus": ("<", 2)
|
||||
|
||||
Reference in New Issue
Block a user