dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #19838
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 8820: Minor fix for single with registation.
------------------------------------------------------------
revno: 8820
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2012-11-01 16:32:15 +0700
message:
Minor fix for single with registation.
modified:
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/singleEvent.js
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/singleEvent.js'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/singleEvent.js 2012-10-22 04:40:11 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/singleEvent.js 2012-11-01 09:32:15 +0000
@@ -4,6 +4,7 @@
function orgunitSelected( orgUnits, orgUnitNames )
{
showById('mainLinkLbl');
+ hideById('addNewDiv');
organisationUnitSelected( orgUnits, orgUnitNames );
clearListById('programIdAddPatient');
$.postJSON( 'singleEventPrograms.action', {}, function( json )