Subversion Repositories SmartDukaan

Rev

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

Rev 3071 Rev 3279
Line 68... Line 68...
68
				#if($order.isCod())
68
				#if($order.isCod())
69
				<td>COD</td>
69
				<td>COD</td>
70
				#else
70
				#else
71
				<td>Prepaid</td>
71
				<td>Prepaid</td>
72
				#end
72
				#end
73
				<td>$action.getOrderStatusString($order.getStatus())
73
				<td>$action.getOrderStatusString($order.getStatus())</td>
74
                <td>$order.getCustomer_id()</td>
74
                <td>$order.getCustomer_id()</td>
75
				<td>$order.getCustomer_city()</td>
75
				<td>$order.getCustomer_city()</td>
76
              </tr>
76
              </tr>
77
			#end
77
			#end
78
            </tbody>
78
            </tbody>