Move subscription module to accounts (#10772)
This commit is contained in:
committed by
Makarand Bauskar
parent
f41cff27e6
commit
dd092e30fb
@@ -129,7 +129,7 @@ $.extend(erpnext.utils, {
|
||||
|
||||
make_subscription: function(doctype, docname) {
|
||||
frappe.call({
|
||||
method: "erpnext.subscription.doctype.subscription.subscription.make_subscription",
|
||||
method: "erpnext.accounts.doctype.subscription.subscription.make_subscription",
|
||||
args: {
|
||||
doctype: doctype,
|
||||
docname: docname
|
||||
|
||||
Reference in New Issue
Block a user