commit | c786802124ceb3c2dec84bab75de371821a338ba | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Wed Sep 17 17:28:03 2014 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Wed Sep 17 17:28:03 2014 +0530 |
tree | 115401f97b40efee38aacaa360a5bf7bb2bf47b0 | |
parent | bf8715dba4621977896eef099ec30c4c2b2527d6 [diff] |
[communication] covert-wip
diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 65eee1f..577eaea 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py
@@ -26,6 +26,8 @@ standard_queries = "Customer:erpnext.selling.doctype.customer.customer.get_customer_list" +communication_covert_to = ["Lead", "Support Ticket", "Job Application"] + doc_events = { "Stock Entry": { "on_submit": "erpnext.stock.doctype.material_request.material_request.update_completed_qty",