Subversion Repositories SmartDukaan

Rev

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

Rev 18874 Rev 18885
Line 269... Line 269...
269
                #else
269
                #else
270
                <th>Mobile No</th>
270
                <th>Mobile No</th>
271
                <th>Shipping Address</th>
271
                <th>Shipping Address</th>
272
                #end
272
                #end
273
                #if($ticket.getCategory().name().equals("COD_VERIFICATION"))
273
                #if($ticket.getCategory().name().equals("COD_VERIFICATION"))
-
 
274
                <script type='text/javascript'>
-
 
275
                	ordertype='cod'; 
-
 
276
                </script>
274
                <th></th>
277
                <th></th>
275
                <th></th>
278
                <th></th>
276
				#elseif($ticket.getCategory().name().equals("STORE_PICKUP"))
279
				#elseif($ticket.getCategory().name().equals("STORE_PICKUP"))
-
 
280
                <script type='text/javascript'>
-
 
281
                	ordertype='storepickup'; 
-
 
282
                </script>
277
				<th>Pickup Expiry</th>	
283
				<th>Pickup Expiry</th>	
278
                <th></th>
284
                <th></th>
279
                <th></th>
285
                <th></th>
280
                <th>TransactionId</th>
286
                <th>TransactionId</th>
281
				#elseif($ticket.getCategory().name().equals("ORDER_CANCELLATION") || $ticket.getCategory().name().equals("DOA_RECEIVED") || $ticket.getCategory().name().equals("RETURN_FORM"))
287
				#elseif($ticket.getCategory().name().equals("ORDER_CANCELLATION") || $ticket.getCategory().name().equals("DOA_RECEIVED") || $ticket.getCategory().name().equals("RETURN_FORM"))
-
 
288
				<script type='text/javascript'>
-
 
289
                	ordertype='return'; 
-
 
290
                </script>
282
				<th></th>
291
				<th></th>
283
                <th></th>
292
                <th></th>
284
                #elseif($ticket.getCategory().name().equals("DELAYED_DELIVERY"))
293
                #elseif($ticket.getCategory().name().equals("DELAYED_DELIVERY"))
-
 
294
                <script type='text/javascript'>
-
 
295
                	ordertype='delayed'; 
-
 
296
                </script>
285
                <th>Promised delivery</th>
297
                <th>Promised delivery</th>
286
                <th>Delay reason</th>
298
                <th>Delay reason</th>
287
                #end
299
                #end
288
            </tr>
300
            </tr>
289
        </thead>
301
        </thead>