fix: frappe linter
This commit is contained in:
parent
b1350af1f6
commit
e5fea372af
@ -11,8 +11,8 @@ frappe.ui.form.on("Email Digest", {
|
|||||||
name: frm.doc.name
|
name: frm.doc.name
|
||||||
},
|
},
|
||||||
callback: function(r) {
|
callback: function(r) {
|
||||||
var d = new frappe.ui.Dialog({
|
let d = new frappe.ui.Dialog({
|
||||||
title: __('Email Digest: ') + frm.doc.name,
|
title: __('Email Digest: {0}', [frm.doc.name]),
|
||||||
width: 800
|
width: 800
|
||||||
});
|
});
|
||||||
$(d.body).html(r.message);
|
$(d.body).html(r.message);
|
||||||
|
Loading…
Reference in New Issue
Block a user