[Fix] Subscription method (#14604)
* [Fix] Subscription method path * [Fix] Condition
This commit is contained in:
committed by
Nabin Hait
parent
4d80c05125
commit
79e5b07e62
@@ -146,7 +146,7 @@ $.extend(erpnext.utils, {
|
||||
|
||||
make_subscription: function(doctype, docname) {
|
||||
frappe.call({
|
||||
method: "erpnext.accounts.doctype.subscription.subscription.make_subscription",
|
||||
method: "frappe.desk.doctype.auto_repeat.auto_repeat.make_auto_repeat",
|
||||
args: {
|
||||
doctype: doctype,
|
||||
docname: docname
|
||||
|
||||
Reference in New Issue
Block a user