[minor-fix] replaced frm.call with frappe.call

This commit is contained in:
mbauskar 2016-06-02 19:17:52 +05:30
parent 09de5b543e
commit c45f812ed6

View file

@ -3,7 +3,7 @@
frappe.db = {
get_value: function(doctype, filters, fieldname, callback) {
frm.call({
frappe.call({
method: "frappe.client.get_value",
args: {
doctype: doctype,