Subversion Repositories SmartDukaan

Rev

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

Rev 6194 Rev 6195
Line 70... Line 70...
70
			<th width="30%">Description</th>
70
			<th width="30%">Description</th>
71
			<th width="10%">Amount</th>
71
			<th width="10%">Amount</th>
72
          </tr>
72
          </tr>
73
        </thead>
73
        </thead>
74
        <tbody>
74
        <tbody>
75
		#foreach($order in $orders())
75
		#foreach($order in $orders)
76
		  <tr>
76
		  <tr>
77
            <td>$order.getDisplayId()</td>
77
            <td>$order.getDisplayId()</td>
78
			<td>$action.getDateTime($order.getCreationTimestamp())</td>
78
			<td>$action.getDateTime($order.getCreationTimestamp())</td>
79
			<td>$action.getOperator($order.getOperatorId())</td>
79
			<td>$action.getOperator($order.getOperatorId())</td>
80
			<td>$order.getDeviceNumber()</td>
80
			<td>$order.getDeviceNumber()</td>