Merge pull request #6282 from nabinhait/maintenance_schedule_fix

Minor fix in maintenance schedule
This commit is contained in:
Nabin Hait 2016-09-05 15:39:54 +05:30 committed by GitHub
commit b239a09951

View File

@ -58,7 +58,7 @@ class MaintenanceSchedule(TransactionBase):
if no_email_sp:
frappe.msgprint(
frappe._("Setting Events to {0}, since the Employee attached to the below Sales Persons does not have a User ID{1}").format(
self.owner, "<br>"+no_email_sp.join("<br>")
self.owner, "<br>" + "<br>".join(no_email_sp)
))
scheduled_date = frappe.db.sql("""select scheduled_date from