fix in newsletter
This commit is contained in:
parent
5eaff20dd1
commit
554c2d8b4a
@ -17,7 +17,7 @@
|
||||
cur_frm.cscript.refresh = function(doc) {
|
||||
erpnext.hide_naming_series();
|
||||
if(!doc.__islocal && !cint(doc.email_sent) && !doc.__unsaved
|
||||
&& inList(wn.boot.can_write, doc.doctype)) {
|
||||
&& inList(wn.boot.profile.can_write, doc.doctype)) {
|
||||
cur_frm.add_custom_button('Send', function() {
|
||||
$c_obj(make_doclist(doc.doctype, doc.name), 'send_emails', '', function(r) {
|
||||
cur_frm.refresh();
|
||||
|
Loading…
x
Reference in New Issue
Block a user