Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js =================================================================== diff -u -r37201 -r37242 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 37201) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 37242) @@ -6990,7 +6990,7 @@ if (application != null) { if (sstsConfig.showSettlementDepartmentInRecycleForm) { $("#settleAccountsDepart").text(record.recyclingApplication.settleAccountsDepart); - $("#settleAccountsDepartCoding").text(record.recyclingApplication.settleAccountsDepartCoding); + $("#settleAccountsDepartCoding").val(record.recyclingApplication.settleAccountsDepartCoding); } $("#recyclingApplicationId").val(application.id); $("#invoicePlanVersion").val(application.version);