Subversion Repositories SmartDukaan

Rev

Rev 24951 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 24951 Rev 24992
Line 106... Line 106...
106
			    					<td>$request.getBank_name()</td>
106
			    					<td>$request.getBank_name()</td>
107
			    					#else
107
			    					#else
108
			    					<td> null</td>
108
			    					<td> null</td>
109
			    					#end
109
			    					#end
110
			    					<td>$request.getReference_date()</td>
110
			    					<td>$request.getReference_date()</td>
111
			    					<td>$request.getAmount()</td>
111
			    					<td class="currency">$request.getAmount()</td>
112
			    					<td>$request.getCreateTimestamp().format($dateTimeFormatter)</td>
112
			    					<td>$request.getCreateTimestamp().format($dateTimeFormatter)</td>
113
			    					<td>$request.getUpdateTimestamp().format($dateTimeFormatter)</td>
113
			    					<td>$request.getUpdateTimestamp().format($dateTimeFormatter)</td>
114
			    					#if($request.getStatus()=="pending")
114
			    					#if($request.getStatus()=="pending")
115
			    		
115
			    		
116
			    					<td><button class="btn btn-primary check"  data-requestid="$request.getId()" data-amount="$request.getAmount()" data-toggle="modal" data-target="#newAddwalletModal"  type="button" >Approve</button>
116
			    					<td><button class="btn btn-primary check"  data-requestid="$request.getId()" data-amount="$request.getAmount()" data-toggle="modal" data-target="#newAddwalletModal"  type="button" >Approve</button>