Subversion Repositories SmartDukaan

Rev

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

Rev 28934 Rev 28977
Line 21... Line 21...
21
                 <th>Phone Number</th>
21
                 <th>Phone Number</th>
22
                <th>City</th>
22
                <th>City</th>
23
               
23
               
24
                <th>Brand Fees</th>
24
                <th>Brand Fees</th>
25
                <th>Brand Fees Received</th>
25
                <th>Brand Fees Received</th>
-
 
26
                 <th>NOC Upload</th>
26
                <th>NOC From GT </th>
27
                <th>NOC From GT </th>
27
                <th>RBM</th>
28
                <th>RBM</th>
28
                <th>Comment</th>
29
                <th>Comment</th>
29
                <th>Approval</th>
30
                <th>Approval</th>
30
                <th>Veri Done</th>
31
                <th>Veri Done</th>
Line 41... Line 42...
41
 
42
 
42
                     </tr>
43
                     </tr>
43
                    #else
44
                    #else
44
                #if($partnerVerificationPanelMap.containsKey($pob.getId()))
45
                #if($partnerVerificationPanelMap.containsKey($pob.getId()))
45
                 <tr>
46
                 <tr>
46
                 
-
 
47
                   
-
 
48
                   #parse("partner-onboarding-verification-index.vm")
47
                        #parse("partner-onboarding-verification-index.vm")
49
 
-
 
50
                </tr>
48
                </tr>
51
                #else
49
                #else
52
                #end
50
                #end
53
                
51
                
54
                
52