commit | 99a41952a4c6c667088c734fef7a4834a8d1d0d7 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Thu Apr 02 15:52:55 2015 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Thu Apr 02 15:53:11 2015 +0530 |
tree | 736a8743ebbbc71f4b47b0f160019500df9fbd15 | |
parent | 54448aabd6beba7920c912f6504f74ccdc838753 [diff] [blame] |
[lead] [email] fixes
diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 79a3ffe..5d9dad0 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py
@@ -25,6 +25,7 @@ # website update_website_context = "erpnext.shopping_cart.utils.update_website_context" my_account_context = "erpnext.shopping_cart.utils.update_my_account_context" +email_append_to = ["Lead", "Job Applicant", "Opportunity", "Issue", "Warranty Claim"] website_route_rules = [ {"from_route": "/orders", "to_route": "Sales Order"},