=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/javascript/organisationUnit.js' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/javascript/organisationUnit.js 2010-11-20 08:35:36 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/javascript/organisationUnit.js 2010-11-27 18:12:48 +0000 @@ -25,7 +25,10 @@ setInnerHTML( 'shortNameField', getElementValue( unitElement, 'shortName' ) ); setInnerHTML( 'openingDateField', getElementValue( unitElement, 'openingDate' ) ); - var closedDate = getElementValue( unitElement, 'closedDate' ); + var orgUnitCode = getElementValue( unitElement, 'code' ); + setInnerHTML( 'codeField', orgUnitCode ? orgUnitCode : '[' + none + ']' ); + + var closedDate = getElementValue( unitElement, 'closedDate' ); setInnerHTML( 'closedDateField', closedDate ? closedDate : '[' + none + ']' ); var commentValue = getElementValue( unitElement, 'comment' ); === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/organisationUnit.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/organisationUnit.vm 2010-10-07 12:19:06 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/organisationUnit.vm 2010-11-27 18:12:48 +0000 @@ -49,6 +49,7 @@



+