Subversion Repositories SmartDukaan

Rev

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

Rev 6912 Rev 6956
Line 163... Line 163...
163
        <br />
163
        <br />
164
		#if($order.isOtg())
164
		#if($order.isOtg())
165
			<span class='info'>This order is covered under On Time Guarantee</span>
165
			<span class='info'>This order is covered under On Time Guarantee</span>
166
			<br>
166
			<br>
167
		#end
167
		#end
168
		#if($order.getInsurer() > 0 && $order.getStatus() == 12)
168
		#if($order.getInsurer() > 0 && $order.getStatus().toString().equals("DELIVERY_SUCCESS"))
169
			<span class='bold'>Insurer: </span>New India Assurance Limited<br>
169
			<span class='bold'>Insurer: </span>New India Assurance Limited<br>
170
			<span class='bold'>Insurance valid upto : </span>$action.getInsuranceExpiryDate($order.getDelivery_timestamp())<br>
170
			<span class='bold'>Insurance valid upto : </span>$action.getInsuranceExpiryDate($order.getDelivery_timestamp())<br>
171
		#end
171
		#end
172
        #set($delayReason = "")
172
        #set($delayReason = "")
173
        #if($order.getDelayReason())
173
        #if($order.getDelayReason())