Subversion Repositories SmartDukaan

Rev

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

Rev 31249 Rev 33725
Line 27... Line 27...
27
		    	         #if($request.getCommunicationType())
27
		    	         #if($request.getCommunicationType())
28
		    		     <td>$request.getCommunicationType()</td>
28
		    		     <td>$request.getCommunicationType()</td>
29
		    		     #else
29
		    		     #else
30
		    		       <td></td>
30
		    		       <td></td>
31
		    		     #end
31
		    		     #end
-
 
32
						  #if($request.getAuthId())
32
		    		      <td>$authUserMap.get($request.getAuthId()).getFullName()</td>
33
							  <td>$authUserMap.get($request.getAuthId()).getFullName()</td>
-
 
34
						  #else
-
 
35
							  <td></td>
33
 
36
						  #end
34
		    	         #if($request.getSchelduleTimestamp())
37
		    	         #if($request.getSchelduleTimestamp())
35
		    		     <td>$request.getSchelduleTimestamp().format($dateTimeFormatter)</td>
38
		    		     <td>$request.getSchelduleTimestamp().format($dateTimeFormatter)</td>
36
		    		     #else
39
		    		     #else
37
		    		       <td></td>
40
		    		       <td></td>
38
		    		     #end
41
		    		     #end