mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 11:39:18 +00:00
added status to Contact and fix bug in communication pull
This commit is contained in:
@@ -9,6 +9,7 @@ queries = {
|
||||
"Customer Issue": {"status":"Open"},
|
||||
"Task": {"status":"Open"},
|
||||
"Lead": {"status":"Open"},
|
||||
"Contact": {"status":"Open"},
|
||||
"Opportunity": {"docstatus":0},
|
||||
"Quotation": {"docstatus":0},
|
||||
"Sales Order": {"docstatus":0},
|
||||
|
||||
Reference in New Issue
Block a user