Subversion Repositories SmartDukaan

Rev

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

Rev 18353 Rev 18355
Line 240... Line 240...
240
			#set($shipping = $action.getTransactionShipping().get($mapEntry.key))
240
			#set($shipping = $action.getTransactionShipping().get($mapEntry.key))
241
			<td>#if($shipping==0)
241
			<td>#if($shipping==0)
242
				0
242
				0
243
				#else
243
				#else
244
				<span style="color:red">$shipping</span>
244
				<span style="color:red">$shipping</span>
-
 
245
				#end
245
			</td>
246
			</td>
246
			<td>$action.getAddress($mapEntry.value)</td>
247
			<td>$action.getAddress($mapEntry.value)</td>
247
			<td>$mapEntry.value.getCustomer_mobilenumber()</td>
248
			<td>$mapEntry.value.getCustomer_mobilenumber()</td>
248
			<td class="center-aligned">$action.getCustomerTrustLevel($mapEntry.value)</td>
249
			<td class="center-aligned">$action.getCustomerTrustLevel($mapEntry.value)</td>
249
		</tr>
250
		</tr>