mirror of
https://github.com/itsdave-de/msp_remoteadmin.git
synced 2025-05-06 20:35:12 +02:00
fix name call
This commit is contained in:
parent
fdbb539a10
commit
170f8ebe63
@ -15,7 +15,7 @@ frappe.ui.form.on('IT Object', {
|
|||||||
|
|
||||||
function connect_remote(frm, type) {
|
function connect_remote(frm, type) {
|
||||||
frappe.call({
|
frappe.call({
|
||||||
method: "msp_removeadmin.tools.create_session",
|
method: "msp_remoteadmin.tools.create_session",
|
||||||
args: {
|
args: {
|
||||||
doc: frm.doc,
|
doc: frm.doc,
|
||||||
protocol: type
|
protocol: type
|
||||||
|
Loading…
x
Reference in New Issue
Block a user