Index: ssts-web/src/main/webapp/disinfectsystem/reportforms/departmentMonthlyDetailDSInvoiceItemView.js =================================================================== diff -u -r33490 -r33491 --- ssts-web/src/main/webapp/disinfectsystem/reportforms/departmentMonthlyDetailDSInvoiceItemView.js (.../departmentMonthlyDetailDSInvoiceItemView.js) (revision 33490) +++ ssts-web/src/main/webapp/disinfectsystem/reportforms/departmentMonthlyDetailDSInvoiceItemView.js (.../departmentMonthlyDetailDSInvoiceItemView.js) (revision 33491) @@ -223,12 +223,17 @@ fields: appDepartProperties }) }); + var invoicePlanDepartRecord = Ext.data.Record.create(appDepartProperties); + var invoicePlanDepartRecord = new DepartRecord({ + id: orgUnitCoding, + name: orgUnitName + }); var appDepartRecord = Ext.data.Record.create(appDepartProperties); var appDepartRecord = new DepartRecord({ id: orgUnitCoding, name: orgUnitName }); - invoicePlanDepartStore.add(appDepartRecord); + invoicePlanDepartStore.add(invoicePlanDepartRecord); appDepartJsonStore.add(appDepartRecord); } else { departJsonStore = new Ext.data.Store({