Subversion Repositories SmartDukaan

Rev

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

Rev 18355 Rev 18356
Line 244... Line 244...
244
				<span style="color:red">$shipping</span>
244
				<span style="color:red">$shipping</span>
245
				#end
245
				#end
246
			</td>
246
			</td>
247
			<td>$action.getAddress($mapEntry.value)</td>
247
			<td>$action.getAddress($mapEntry.value)</td>
248
			<td>$mapEntry.value.getCustomer_mobilenumber()</td>
248
			<td>$mapEntry.value.getCustomer_mobilenumber()</td>
249
			<td class="center-aligned">$action.getCustomerTrustLevel($mapEntry.value)</td>
249
			<td class="center-aligned">$action.getCustomerTrustLevel($mapEntry.value.getCustomer_id())</td>
250
		</tr>
250
		</tr>
251
		#end
251
		#end
252
		</tbody>
252
		</tbody>
253
	</table>
253
	</table>
254
</div>
254
</div>