Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recyclingDamage.jsp =================================================================== diff -u -r18625 -r18631 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recyclingDamage.jsp (.../recyclingDamage.jsp) (revision 18625) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recyclingDamage.jsp (.../recyclingDamage.jsp) (revision 18631) @@ -274,7 +274,9 @@ } } } - buildTableTR(msg[i].amontPerTousse,msg[i].materialDefinitionId,msg[i].name,totalCount,errorCount,""); + if(totalCount > 0){ + buildTableTR(msg[i].amontPerTousse,msg[i].materialDefinitionId,msg[i].name,totalCount,errorCount,""); + } } }, error:function(){ Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recyclingErrors.jsp =================================================================== diff -u -r18622 -r18631 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recyclingErrors.jsp (.../recyclingErrors.jsp) (revision 18622) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recyclingErrors.jsp (.../recyclingErrors.jsp) (revision 18631) @@ -332,7 +332,9 @@ } } } - buildTableTR(msg[i].amontPerTousse,msg[i].materialDefinitionId,msg[i].name,totalCount,errorCount,""); + if(totalCount > 0){ + buildTableTR(msg[i].amontPerTousse,msg[i].materialDefinitionId,msg[i].name,totalCount,errorCount,""); + } } selects = document.getElementsByTagName('select'); rSelects();