Index: ssts-web/src/main/webapp/disinfectsystem/print/print.js =================================================================== diff -u -r13282 -r13669 --- ssts-web/src/main/webapp/disinfectsystem/print/print.js (.../print.js) (revision 13282) +++ ssts-web/src/main/webapp/disinfectsystem/print/print.js (.../print.js) (revision 13669) @@ -709,6 +709,9 @@ } else if (indexName == "recyclingAmount"){ value = printSummaryObj.totalRecyclingAmount; + if(value == 0){ + value = ""; + } } else if(indexName == "rowPrice" || indexName == "totalPrice"){ value = formatMoney(printSummaryObj.totalPrice);