Minor fix in maintenance schedule
This commit is contained in:
parent
3bd5014b7b
commit
4cb58c410a
@ -58,7 +58,7 @@ class MaintenanceSchedule(TransactionBase):
|
|||||||
if no_email_sp:
|
if no_email_sp:
|
||||||
frappe.msgprint(
|
frappe.msgprint(
|
||||||
frappe._("Setting Events to {0}, since the Employee attached to the below Sales Persons does not have a User ID{1}").format(
|
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
|
scheduled_date = frappe.db.sql("""select scheduled_date from
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user