[Fix] Subscription method (#14604)

* [Fix] Subscription method path

* [Fix] Condition
This commit is contained in:
rohitwaghchaure
2018-06-21 12:58:14 +05:30
committed by Nabin Hait
parent 4d80c05125
commit 79e5b07e62
9 changed files with 14 additions and 11 deletions

View File

@@ -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