Browse Source

fixed auto update status in Raport table

Piotr Labudda 6 years ago
parent
commit
c0a35e45f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      theme/assets/js/updateRaportProgress.js

+ 1 - 1
theme/assets/js/updateRaportProgress.js

@@ -10,7 +10,7 @@ var DBG_COUNTER = 0;
 function getTableAjaxStruct() {
 	var tblNode = jQuery('#BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA > table.AjaxTable')
 	var fieldCells = tblNode.find('> thead > tr.tblAjax__head__sort > th > span')
-	var idCells = tblNode.find('> tbody > tr > td:nth-child(2)')
+	var idCells = tblNode.find('> tbody > tr > td:nth-child(3)')
 	// if(DBG)console.log('updateRaportProgress ('+DBG_COUNTER+') idCells: ', idCells);
 	if (!idCells.length || !fieldCells.length) {
 		return null;