mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-09 16:21:19 +00:00
added query report and cleaned up wn.ui.Dialog
This commit is contained in:
@@ -28,7 +28,7 @@ cur_frm.cscript.refresh = function(doc, dt, dn) {
|
||||
console.log(r.exc);
|
||||
} else {
|
||||
//console.log(arguments);
|
||||
var d = new wn.widgets.Dialog({
|
||||
var d = new wn.ui.Dialog({
|
||||
title: 'Email Digest: ' + dn,
|
||||
width: 800
|
||||
});
|
||||
@@ -68,7 +68,7 @@ cur_frm.cscript.addremove_recipients = function(doc, dt, dn) {
|
||||
} else {
|
||||
// Open a dialog and display checkboxes against email addresses
|
||||
doc = locals[dt][dn];
|
||||
var d = new wn.widgets.Dialog({
|
||||
var d = new wn.ui.Dialog({
|
||||
title: 'Add/Remove Recipients',
|
||||
width: 400
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user