Browse Source

return in set_value_if_null

version-14
Nabin Hait 7 years ago
parent
commit
ee70e152f0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/public/js/legacy/clientscriptAPI.js

+ 1
- 1
frappe/public/js/legacy/clientscriptAPI.js View File

@@ -238,7 +238,7 @@ _f.Frm.prototype.set_query = function(fieldname, opt1, opt2) {
}

_f.Frm.prototype.set_value_if_missing = function(field, value) {
this.set_value(field, value, true);
return this.set_value(field, value, true);
}

_f.Frm.prototype.clear_table = function(fieldname) {


Loading…
Cancel
Save