Subversion Repositories SmartDukaan

Rev

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

Rev 7236 Rev 7282
Line 130... Line 130...
130
            <td>$order.getId()</td>
130
            <td>$order.getId()</td>
131
			<td>$action.getDateTime($order.getTransactionTime())</td>
131
			<td>$action.getDateTime($order.getTransactionTime())</td>
132
			<td>$action.getOperatorName($order.getOperatorId())</td>
132
			<td>$action.getOperatorName($order.getOperatorId())</td>
133
			<td>$order.getDeviceNum()</td>
133
			<td>$order.getDeviceNum()</td>
134
			<td>$order.getStatus()</td>
134
			<td>$order.getStatus()</td>
-
 
135
			<td>
-
 
136
				#if($order.getDescription())
135
			<td>$order.getDescription()</td>
137
					$order.getDescription()
-
 
138
				#else
-
 
139
					N/A
-
 
140
				#end
-
 
141
			</td>
136
			<td>$order.getAmount()</td>
142
			<td>$order.getAmount()</td>
137
          </tr>
143
          </tr>
138
		#end
144
		#end
139
        </tbody>
145
        </tbody>
140
	</table>
146
	</table>