Ver código fonte

splice error on console (#4669)

version-14
Zarrar 7 anos atrás
committed by Nabin Hait
pai
commit
60875dfc00
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      frappe/public/js/frappe/ui/filters/filters.js

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

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




Carregando…
Cancelar
Salvar