Explorar el Código

splice error on console (#4669)

version-14
Zarrar hace 7 años
committed by Nabin Hait
padre
commit
60875dfc00
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      frappe/public/js/frappe/ui/filters/filters.js

+ 1
- 1
frappe/public/js/frappe/ui/filters/filters.js Ver fichero

@@ -140,7 +140,7 @@ frappe.ui.FilterList = Class.extend({
}
if (i!==undefined) {
// remove index
this.splice(i, 1);
this.filters.splice(i, 1);
}
},



Cargando…
Cancelar
Guardar