Subversion Repositories SmartDukaan

Rev

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

Rev 24201 Rev 24473
Line 92... Line 92...
92
	    					<th>Remaining</th>
92
	    					<th>Remaining</th>
93
	    				</tr>
93
	    				</tr>
94
	    				</thead>
94
	    				</thead>
95
	    				<tbody>
95
	    				<tbody>
96
			    			#foreach( $fofoId in $fofoIds)
96
			    			#foreach( $fofoId in $fofoIds)
-
 
97
			    				#if($targetValues.get($fofoId))
97
			    				<tr>
98
			    				<tr>
98
			    					#if($roleType == "true")
99
			    					#if($roleType == "true")
99
			    					<td>$fofoIdsAndCustomRetailer.get($fofoId).getBusinessName()</td>
100
			    					<td>$fofoIdsAndCustomRetailer.get($fofoId).getBusinessName()</td>
100
			    					#end
101
			    					#end
101
			    					#if($targetValues.get($fofoId))
102
			    					#if($targetValues.get($fofoId))
Line 132... Line 133...
132
			    					#end
133
			    					#end
133
			    					#if($remainingTarget.get($fofoId) && $remainingTarget.get($fofoId)>0)
134
			    					#if($remainingTarget.get($fofoId) && $remainingTarget.get($fofoId)>0)
134
			    					<td>$remainingTarget.get($fofoId)</td>
135
			    					<td>$remainingTarget.get($fofoId)</td>
135
			    					#else
136
			    					#else
136
			    					<td>0</td>
137
			    					<td>0</td>
137
			    					#end
138
			    					#end	
138
			    					
-
 
139
			    				</tr>
139
			    				</tr>
-
 
140
			    				#end
140
			    			#end
141
			    			#end
141
	    			</tbody>
142
	    			</tbody>
142
	    		</table>
143
	    		</table>
143
	    	</div>
144
	    	</div>
144
	    </div>
145
	    </div>