fix in newsletter

This commit is contained in:
Anand Doshi 2013-01-02 14:47:06 +05:30
parent 5eaff20dd1
commit 554c2d8b4a

View File

@ -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();