From 170f8ebe63d3613ebba27c39b2facb15f2c0898c Mon Sep 17 00:00:00 2001 From: Luiz Costa Date: Mon, 3 Jun 2024 11:39:00 +0100 Subject: [PATCH] fix name call --- msp_remoteadmin/public/js/msp_remote.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msp_remoteadmin/public/js/msp_remote.js b/msp_remoteadmin/public/js/msp_remote.js index 9e92138..982e0f5 100644 --- a/msp_remoteadmin/public/js/msp_remote.js +++ b/msp_remoteadmin/public/js/msp_remote.js @@ -15,7 +15,7 @@ frappe.ui.form.on('IT Object', { function connect_remote(frm, type) { frappe.call({ - method: "msp_removeadmin.tools.create_session", + method: "msp_remoteadmin.tools.create_session", args: { doc: frm.doc, protocol: type