Subversion Repositories SmartDukaan

Rev

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

Rev 26763 Rev 27395
Line 22... Line 22...
22
	    					<td>$scheme.getId()</td>
22
	    					<td>$scheme.getId()</td>
23
	    					<td>$scheme.getName()</td>
23
	    					<td>$scheme.getName()</td>
24
	    					<td>$scheme.getDescription()</td>
24
	    					<td>$scheme.getDescription()</td>
25
	    					<td>$scheme.getPartnerType()</td>
25
	    					<td>$scheme.getPartnerType()</td>
26
	    					<td>$scheme.getType()</td>
26
	    					<td>$scheme.getType()</td>
27
	    					<td>$scheme.getAmountType()</td>
27
	    					<td>$scheme.getAmountModel()</td>
28
	    					<td class="currency">$scheme.getAmount()</td>
-
 
29
	    					<td>$scheme.getFormattedStartDateTime()</td>
28
	    					<td>$scheme.getFormattedStartDateTime()</td>
30
	    					<td>$dateTimeFormatter.format($scheme.getEndDateTime())</td>
29
	    					<td>$dateTimeFormatter.format($scheme.getEndDateTime())</td>
31
	    					<td>$scheme.getFormattedCreateTimestamp()</td>
30
	    					<td>$scheme.getFormattedCreateTimestamp()</td>
32
	    					#if(($scheme.getActiveTimestamp()) && (!$scheme.getExpireTimestamp()))
31
	    					#if(($scheme.getActiveTimestamp()) && (!$scheme.getExpireTimestamp()))
33
	    						<td><i class="fa fa-check" aria-hidden="true"></i></td>
32
	    						<td><i class="fa fa-check" aria-hidden="true"></i></td>