mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 20:29:09 +00:00
Merge pull request #6282 from nabinhait/maintenance_schedule_fix
Minor fix in maintenance schedule
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user