Explorar el Código

calculate empty jobs updated

master
patrick hace 6 años
padre
commit
0b14efa80a
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      js/bts_office.js

+ 2
- 2
js/bts_office.js Ver fichero

@@ -964,8 +964,8 @@
function number_of_unsaved_job(){
var count =0;
var total_job = $('div.bsave').length -1;//remove table header
var total_saved = $('div.bsave.saved').length;
var total_job = $('div.jobTable').length;
var total_saved = $('div.jobTable.saved').length;
var empty = $('div.emptyrecord').length;
count = total_job - total_saved - empty;
return count;

Cargando…
Cancelar
Guardar