[fix] Post query in open_mapped_doc
This commit is contained in:
parent
975253d25a
commit
255e771fc0
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ $.extend(frappe.model, {
|
|||
}
|
||||
|
||||
return frappe.call({
|
||||
type: "GET",
|
||||
type: "POST",
|
||||
method: opts.method,
|
||||
args: {
|
||||
"source_name": opts.source_name
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue