dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #15339
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 5519: Error missing showEventForm() method.
------------------------------------------------------------
revno: 5519
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2011-12-21 16:42:40 +0700
message:
Error missing showEventForm() method.
modified:
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/anonymousRegistration.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/anonymousRegistration.js'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/anonymousRegistration.js 2011-12-21 03:46:55 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/anonymousRegistration.js 2011-12-21 09:42:40 +0000
@@ -30,7 +30,7 @@
if( byId('programId').selectedIndex > 0 )
{
- showEventForm();
+ loadEventForm();
}
else
{