Explorar el Código

return in set_value_if_null

version-14
Nabin Hait hace 7 años
padre
commit
ee70e152f0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      frappe/public/js/legacy/clientscriptAPI.js

+ 1
- 1
frappe/public/js/legacy/clientscriptAPI.js Ver fichero

@@ -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) {


Cargando…
Cancelar
Guardar