Subversion Repositories SmartDukaan

Rev

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

Rev 24739 Rev 24753
Line 65... Line 65...
65
	    						<th>OrderId</th>
65
	    						<th>OrderId</th>
66
	    						<th>Description</th>
66
	    						<th>Description</th>
67
	    						<th>Customer Name </th>
67
	    						<th>Customer Name </th>
68
	    						<th>Mobile</th>
68
	    						<th>Mobile</th>
69
	    						<th>Amount</th>
69
	    						<th>Amount</th>
-
 
70
	    						<th>Quantity</th>
-
 
71
	    						<th>Created Timestamp</th>
70
	    						<th>Refund Timestamp</th>
72
	    						<th>Refund Timestamp</th>
71
	    					</tr>
73
	    					</tr>
72
	    						
74
	    						
73
				        </thead>
75
				        </thead>
74
	    				<tbody>
76
	    				<tbody>
Line 80... Line 82...
80
	    							     <td>$pendingorderDetail.getLineItem().getItemId()</td>
82
	    							     <td>$pendingorderDetail.getLineItem().getItemId()</td>
81
		    					       	<td>$pendingorderDetail.getId()</td>
83
		    					       	<td>$pendingorderDetail.getId()</td>
82
		    					 		<td>$pendingorderDetail.getLineItem().getItem().getItemDescription()</td>
84
		    					 		<td>$pendingorderDetail.getLineItem().getItem().getItemDescription()</td>
83
		    					 		<td>$pendingorderDetail.getRetailerName()</td>
85
		    					 		<td>$pendingorderDetail.getRetailerName()</td>
84
                                        <td>$pendingorderDetail.getRetailerMobileNumber()</td>		
86
                                        <td>$pendingorderDetail.getRetailerMobileNumber()</td>		
85
                                        <td>$pendingorderDetail.getTotalAmount()</td>	
87
                                        <td>$pendingorderDetail.getTotalAmount()</td>
-
 
88
                                        <td>$pendingorderDetail.getLineItem().getQuantity()</td>	
-
 
89
                                        <td>$pendingorderDetail.getCreateTimestamp()</td>
86
                                        #if($pendingorderDetail.getRefundTimestamp())
90
                                        #if($pendingorderDetail.getRefundTimestamp())
87
                                         <td>$pendingorderDetail.getRefundTimestamp()</td>	
91
                                         <td>$pendingorderDetail.getRefundTimestamp()</td>	
88
                                        #else
92
                                        #else
89
                                        <td>null</td>
93
                                        <td>null</td>
90
                                        #end
94
                                        #end