Merge branch 'develop' into stable_coverage_submission
This commit is contained in:
commit
5007adb2b2
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ frappe.db = {
|
|||
},
|
||||
});
|
||||
},
|
||||
get_doc: function (doctype, name, filters = null) {
|
||||
get_doc: function (doctype, name, filters) {
|
||||
return new Promise((resolve, reject) => {
|
||||
frappe
|
||||
.call({
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue