Subversion Repositories SmartDukaan

Rev

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

Rev 24919 Rev 26105
Line 64... Line 64...
64
	    						<th>OrderId</th>
64
	    						<th>OrderId</th>
65
	    						<th>Old ItemDescription</th>
65
	    						<th>Old ItemDescription</th>
66
	    						<th>Customer Name </th>
66
	    						<th>Customer Name </th>
67
	    						<th>Status</td>
67
	    						<th>Status</td>
68
	    						<th>Created Timestamp </th>
68
	    						<th>Created Timestamp </th>
-
 
69
	    						<th>UpdatedTimestamp </th>
69
	    					</tr>
70
	    					</tr>
70
	    						
71
	    						
71
				        </thead>
72
				        </thead>
72
	    				<tbody>
73
	    				<tbody>
73
	    					
74
	    					
Line 79... Line 80...
79
		    					       	<td>$taborder.getOrderId()</td>
80
		    					       	<td>$taborder.getOrderId()</td>
80
		    					 		<td>$itemdescription.get($taborder.getItemId())</td>
81
		    					 		<td>$itemdescription.get($taborder.getItemId())</td>
81
		    					 		<td>$fofoIdsAndRetailerName.get($taborder.getFofoId()).getBusinessName()</td>	
82
		    					 		<td>$fofoIdsAndRetailerName.get($taborder.getFofoId()).getBusinessName()</td>	
82
                                         <td>$taborder.getStatus()</td>	
83
                                         <td>$taborder.getStatus()</td>	
83
                                        <td>$notifyIdNotifyColorMap.get($taborder.getNotifyId()).getCreated().format($dateTimeFormatter)</td>
84
                                        <td>$notifyIdNotifyColorMap.get($taborder.getNotifyId()).getCreated().format($dateTimeFormatter)</td>
84
                                     
85
                                         #if($taborder.getUpdateTimestamp())
-
 
86
			    					     <td>$taborder.getUpdateTimestamp().format($dateTimeFormatter)</td>
-
 
87
			    					     #else
85
                                        
88
			    					     <td> </td>
-
 
89
			    					     #end
86
                                       
90
                                       
87
								    
91
								    
88
                                        				 
92
                                        				 
89
	    					</tr>
93
	    					</tr>
90
	    					#end
94
	    					#end