Fixed: Lead Lost Reason message

This commit is contained in:
Anand Doshi 2012-07-26 12:48:26 +05:30
parent 39c0aa70ba
commit e87482ac86

View File

@ -68,7 +68,7 @@ class DocType:
def validate(self):
import string
if self.doc.status == 'Lead Lost' and not self.doc.order_lost_reason:
msgprint("Please Enter Quotation Lost Reason")
msgprint("Please Enter Lost Reason under More Info section")
raise Exception
if self.doc.source == 'Campaign' and not self.doc.campaign_name and session['user'] != 'Guest':