return in set_value_if_null
This commit is contained in:
parent
451b48e4e2
commit
ee70e152f0
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue