------------------------------------------------------------
revno: 7874
committer: Hieu <[email protected]>
branch nick: dhis2
timestamp: Wed 2012-08-08 15:20:16 +0700
message:
  local vn - Minor fixed
modified:
  
local/vn/dhis-web-dataentry-hospital/src/main/webapp/dhis-web-dataentry-hospital/jsonAttributeValues.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 'local/vn/dhis-web-dataentry-hospital/src/main/webapp/dhis-web-dataentry-hospital/jsonAttributeValues.vm'
--- local/vn/dhis-web-dataentry-hospital/src/main/webapp/dhis-web-dataentry-hospital/jsonAttributeValues.vm	2012-05-10 16:18:43 +0000
+++ local/vn/dhis-web-dataentry-hospital/src/main/webapp/dhis-web-dataentry-hospital/jsonAttributeValues.vm	2012-08-08 08:20:16 +0000
@@ -1,10 +1,10 @@
 #set( $size = $values.size() )
 { "attributeValues": [
   #foreach( $value in $values )
-	#if($value!='')
+	#if( $value !='' )
 		"$!encoder.jsonEncode( $value )"
+		#if( $velocityCount < $size ),#end
 	#end
-	#if( $velocityCount < $size ),#end
   #end
   ]
 }
\ No newline at end of file

_______________________________________________
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