Subversion Repositories SmartDukaan

Rev

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

Rev 24753 Rev 24992
Line 32... Line 32...
32
			    					<td>$request.getBank_name()</td>
32
			    					<td>$request.getBank_name()</td>
33
			    					#else
33
			    					#else
34
			    					<td> null</td>
34
			    					<td> null</td>
35
			    			#end
35
			    			#end
36
	    					<td>$request.getReference_date()</td>
36
	    					<td>$request.getReference_date()</td>
37
	    					<td>$request.getAmount()</td>
37
	    					<td class="currency">$request.getAmount()</td>
38
	    					<td>$request.getCreateTimestamp().format($dateTimeFormatter)</td>
38
	    					<td>$request.getCreateTimestamp().format($dateTimeFormatter)</td>
39
	    					<td>$request.getUpdateTimestamp().format($dateTimeFormatter)</td>
39
	    					<td>$request.getUpdateTimestamp().format($dateTimeFormatter)</td>
40
	    					#if($request.getStatus()=="pending")
40
	    					#if($request.getStatus()=="pending")
41
	    					<td><button class="btn btn-primary approve"  data-requestid="$request.getId()" type="button" style="width:100%;border-radius:0px;">Approve</button>
41
	    					<td><button class="btn btn-primary approve"  data-requestid="$request.getId()" type="button" style="width:100%;border-radius:0px;">Approve</button>
42
						     </td>
42
						     </td>