Subversion Repositories SmartDukaan

Rev

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

Rev 33887 Rev 33908
Line 41... Line 41...
41
 
41
 
42
            </thead>
42
            </thead>
43
            <tbody>
43
            <tbody>
44
            <!-- Partner Details-->
44
            <!-- Partner Details-->
45
                #foreach($pop in $partnerOnBoardingPanels)
45
                #foreach($pop in $partnerOnBoardingPanels)
46
                <tr class="dealer-mapping-hold">
46
                <tr>
47
                    <td>$pop.getId()</td>
47
                    <td>$pop.getId()</td>
48
                    <td>$pop.getCode()</td>
48
                    <td>$pop.getCode()</td>
49
                    <td>$pop.getOutLetName()</td>
49
                    <td>$pop.getOutLetName()</td>
50
                    <td>$pop.getCity()</td>
50
                    <td>$pop.getCity()</td>
51
 
51