------------------------------------------------------------
revno: 13524
committer: Tran Chau <[email protected]>
branch nick: dhis2
timestamp: Tue 2013-12-31 22:44:21 +0700
message:
  Minor fix.
modified:
  
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.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/app/app.js'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js	2013-12-31 15:27:02 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js	2013-12-31 15:44:21 +0000
@@ -2088,7 +2088,7 @@
 				{
 					url += programId + ".json?";
 					if (Ext.getCmp('programStageCombobox').getValue() != '') {
-						url += "stage=" + programStageId + "&";
+						url += "stage=" + programStageId;
 					}
 			
 					TR.util.mask.showMask(TR.cmp.region.center, TR.i18n.loading);

_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

Reply via email to