Subversion Repositories SmartDukaan

Rev

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

Rev 4146 Rev 4192
Line 70... Line 70...
70
            #if($order.getVerification_timestamp() != 0) $action.convertDate($order.getVerification_timestamp())
70
            #if($order.getVerification_timestamp() != 0) $action.convertDate($order.getVerification_timestamp())
71
            #end</span><br/>
71
            #end</span><br/>
72
        <span>Out Of Stock Time :
72
        <span>Out Of Stock Time :
73
            #if($order.getOutofstock_timestamp() != 0) $action.convertDate($order.getOutofstock_timestamp())
73
            #if($order.getOutofstock_timestamp() != 0) $action.convertDate($order.getOutofstock_timestamp())
74
            #end</span><br/>
74
            #end</span><br/>
-
 
75
		#if($order.isSetRefund_timestamp())
-
 
76
		<span>Refund Time :
-
 
77
             $action.convertDate($order.getRefund_timestamp())
-
 
78
        #end</span><br/>
75
    </div>
79
    </div>
76
    <div id="orderTopMiddle">
80
    <div id="orderTopMiddle">
77
        <span>Accepted :
81
        <span>Accepted :
78
            #if($order.getAccepted_timestamp() != 0) $action.convertDate($order.getAccepted_timestamp())
82
            #if($order.getAccepted_timestamp() != 0) $action.convertDate($order.getAccepted_timestamp())
79
            #end</span><br/>
83
            #end</span><br/>