Subversion Repositories SmartDukaan

Rev

Rev 5074 | Rev 6519 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5074 Rev 5180
Line 219... Line 219...
219
	 #foreach ( $entityid in $entitiesState.keySet() )
219
	 #foreach ( $entityid in $entitiesState.keySet() )
220
			#set($entityState = $entitiesState.get($entityid))
220
			#set($entityState = $entitiesState.get($entityid))
221
            [$velocityCount,
221
            [$velocityCount,
222
            $entityid,
222
            $entityid,
223
            "$action.getCategoryName($entityState.getCategoryID())",
223
            "$action.getCategoryName($entityState.getCategoryID())",
224
            "$entityState.getBrand()",
224
            "$action.getJavascriptSafe($entityState.getBrand())",
225
            "$entityState.getModelName()",
225
            "$action.getJavascriptSafe($entityState.getModelName())",
226
            "$entityState.getModelNumber()",
226
            "$action.getJavascriptSafe($entityState.getModelNumber())",
227
			$entityid,
227
			$entityid,
228
			"$entityState.getStatus()",
228
			"$entityState.getStatus()",
229
            "$entityState.getCreatedBy()",
229
            "$entityState.getCreatedBy()",
230
			"#if($entityState.getAssignedTo())$entityState.getAssignedTo()#end",
230
			"#if($entityState.getAssignedTo())$entityState.getAssignedTo()#end",
231
			"#if($entityState.getCompletedBy())$entityState.getCompletedBy()#end",
231
			"#if($entityState.getCompletedBy())$entityState.getCompletedBy()#end",