[fix] Post query in open_mapped_doc

This commit is contained in:
Nabin Hait 2015-10-19 18:38:20 +05:30
parent 975253d25a
commit 255e771fc0

View file

@ -218,7 +218,7 @@ $.extend(frappe.model, {
}
return frappe.call({
type: "GET",
type: "POST",
method: opts.method,
args: {
"source_name": opts.source_name