Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recyclingErrors.jsp
===================================================================
diff -u -r18578 -r18621
--- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recyclingErrors.jsp (.../recyclingErrors.jsp) (revision 18578)
+++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recyclingErrors.jsp (.../recyclingErrors.jsp) (revision 18621)
@@ -160,7 +160,7 @@
var amount = parseInt($('#errorAmount' + i).html());
var materialDefinitionId = $('#materialDefinitionId' + i).attr('value');
var tousseBarcode = $('#tousseBarcode' + i).val();
- var materialName = $('#materialName' + i).attr('value');
+ var materialName = $('#sourceMaterialName' + i).attr('value');
var errorType = $('#errorType' + i).val();
if(amount > 0){
var item = {
@@ -244,12 +244,14 @@
function buildTableTR(amontPerTousse,materialDefinitionId,materialName,totalCount,errorCount,tousseBarcode){
var i = $("#recyclingErrorTable tbody tr").length;
+ var sourceMaterialName = materialName;
if(tousseBarcode != ""){
materialName += "
" + tousseBarcode;
}
var errorElement = $('