[minor-fix] replaced frm.call with frappe.call
This commit is contained in:
parent
09de5b543e
commit
c45f812ed6
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue