소스 검색

fixed auto update status in Raport table

Piotr Labudda 6 년 전
부모
커밋
c0a35e45f2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;