------------------------------------------------------------
revno: 13462
committer: Lars Helge Ă˜verland <[email protected]>
branch nick: dhis2
timestamp: Sun 2013-12-29 16:22:01 +0100
message:
  Approval, ui fix
modified:
  
dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/javascript/dataSetReport.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-reporting/src/main/webapp/dhis-web-reporting/javascript/dataSetReport.js'
--- dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/javascript/dataSetReport.js	2013-12-28 15:41:14 +0000
+++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/javascript/dataSetReport.js	2013-12-29 15:22:01 +0000
@@ -263,7 +263,7 @@
 		"&pe=" + dataSetReport.pe + 
 		"&ou=" + dataSetReport.ou;
 	
-	if ( dataSetReport.cc && dataSetReport.cc.length > 0 ) {
+	if ( dataSetReport.cc && dataSetReport.cp && dataSetReport.cp.length > 0 ) {
 		url += "&cc=" + dataSetReport.cc;
 		url += "&cp=";
 		

_______________________________________________
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