mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 20:29:09 +00:00
updates to website: removed webnotes.cms
This commit is contained in:
@@ -15,7 +15,7 @@ wn.provide('erpnext.blog');
|
||||
var args = d.get_values();
|
||||
if(!args) return;
|
||||
wn.call({
|
||||
method: 'website.blog.add_subscriber',
|
||||
method: 'website.helpers.blog.add_subscriber',
|
||||
args: args,
|
||||
callback: function(r) {
|
||||
if(r.exc) {
|
||||
|
||||
Reference in New Issue
Block a user