Subversion Repositories SmartDukaan

Rev

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

Rev 19085 Rev 19086
Line 228... Line 228...
228
				<th>Total</th>
228
				<th>Total</th>
229
				<th>Shipping</th>
229
				<th>Shipping</th>
230
				<th>Address</th>
230
				<th>Address</th>
231
				<th>Mobile</th>
231
				<th>Mobile</th>
232
				<th>Trust Level</th>
232
				<th>Trust Level</th>
233
                #if($ticket.getCategory().name().equals("COD_VERIFICATION"))
-
 
234
                <th></th>
233
                <th></th>
235
                <th></th>
234
                <th></th>
236
				#end
-
 
237
			</tr>
235
			</tr>
238
		</thead>
236
		</thead>
239
		<tbody>
237
		<tbody>
240
		#foreach($mapEntry in $action.getTransactions().entrySet())
238
		#foreach($mapEntry in $action.getTransactions().entrySet())
241
		<tr>
239
		<tr>
Line 252... Line 250...
252
			<td>$mapEntry.value.getCustomer_mobilenumber()</td>
250
			<td>$mapEntry.value.getCustomer_mobilenumber()</td>
253
			<td class="center-aligned">$action.getCustomerTrustLevel($mapEntry.value.getCustomer_id())</td>
251
			<td class="center-aligned">$action.getCustomerTrustLevel($mapEntry.value.getCustomer_id())</td>
254
			#if($ticket.getCategory().name().equals("COD_VERIFICATION"))
252
			#if($ticket.getCategory().name().equals("COD_VERIFICATION"))
255
			<td class="center-aligned"><input type="button" value="Verify Txn" ticketId="$ticketId" transactionId="$mapEntry.key" orderStatus="SUBMITTED_FOR_PROCESSING" class="update-txn-status CODButton"/> </td>
253
			<td class="center-aligned"><input type="button" value="Verify Txn" ticketId="$ticketId" transactionId="$mapEntry.key" orderStatus="SUBMITTED_FOR_PROCESSING" class="update-txn-status CODButton"/> </td>
256
            <td class="center-aligned"><input type="button" value="Cancel Txn" ticketId="$ticketId" transactionId="$mapEntry.key" orderStatus="COD_VERIFICATION_FAILED" class="display-cancel-order-popup CODButton"/> </td>
254
            <td class="center-aligned"><input type="button" value="Cancel Txn" ticketId="$ticketId" transactionId="$mapEntry.key" orderStatus="COD_VERIFICATION_FAILED" class="display-cancel-order-popup CODButton"/> </td>
-
 
255
			#else
-
 
256
				<td>&nbsp;</td>
-
 
257
				<td>&nbsp;</td>
257
			#end
258
			#end
258
		</tr>
259
		</tr>
259
		#end
260
		#end
260
		</tbody>
261
		</tbody>
261
	</table>
262
	</table>