From c786802124ceb3c2dec84bab75de371821a338ba Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Wed, 17 Sep 2014 17:28:03 +0530 Subject: [PATCH] [communication] covert-wip --- erpnext/hooks.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 65eee1ffde1..577eaea2fa0 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py @@ -26,6 +26,8 @@ website_generators = ["Item Group", "Item", "Sales Partner"] 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",