------------------------------------------------------------
revno: 12736
committer: Tran Chau <[email protected]>
branch nick: dhis2
timestamp: Wed 2013-10-16 22:35:35 +0700
message:
  Remove fixed attributes from tabular report.
modified:
  
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/responseDataElements.vm


--
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/responseDataElements.vm'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/responseDataElements.vm	2013-10-09 06:52:18 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/responseDataElements.vm	2013-10-16 15:35:35 +0000
@@ -5,16 +5,6 @@
 
 { "items": [
 	#if( $auth.hasAccess( "dhis-web-caseentry", "accessPatientAttributes" ) && $program!='' )
-		{
-			"id": "GENDER",
-			"name": "$i18n.getString('gender')",
-			"valueType":"GENDER"
-		},
-		{
-			"id": "ISDEAD",
-			"name": "$i18n.getString('is_dead')",
-			"valueType": "bool"
-		},
 		#foreach( $iden in $identifierTypes )
 		{
 			"id": "$iden.uid",

_______________________________________________
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