mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-22 03:35:43 +00:00
Fixed: Lead Lost Reason message
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user