[fix] [minor] [website]

This commit is contained in:
Anand Doshi
2013-09-17 13:46:50 +05:30
parent ad0b05060a
commit 619ed5e949
6 changed files with 11 additions and 10 deletions

View File

@@ -68,4 +68,5 @@ def send_message(subject="Website Query", message="", sender="", status="Open"):
# make lead / communication
from selling.doctype.lead.get_leads import add_sales_communication
add_sales_communication(subject or "Website Query", message, sender, sender,
mail=None, status=status)
mail=None, status=status)