=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/javascript/patient.js' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/javascript/patient.js 2011-08-19 21:33:57 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/javascript/patient.js 2011-08-24 06:28:41 +0000 @@ -12,7 +12,7 @@ hideById('listRelationshipDiv'); hideById('addRelationshipDiv'); - $.getJSON( 'organisationUnitHasPatients.action?orgunitId=' + orgUnits[0], {} + $.postJSON( 'organisationUnitHasPatients.action', {orgunitId:orgUnits[0]} , function( json ) { var type = json.response;