Index: ssts-web/src/main/webapp/disinfectsystem/common/cssdUtils.js =================================================================== diff -u -r17266 -r17270 --- ssts-web/src/main/webapp/disinfectsystem/common/cssdUtils.js (.../cssdUtils.js) (revision 17266) +++ ssts-web/src/main/webapp/disinfectsystem/common/cssdUtils.js (.../cssdUtils.js) (revision 17270) @@ -171,7 +171,7 @@ }); DWREngine.setAsync(true); var barcodePaperType = jsonObj.barcodePaperType; - if(isUndefinedOrNullOrEmpty()){ + if(isUndefinedOrNullOrEmpty(barcodePaperType)){ barcodePaperType = tousseObj.pageType; }