Subversion Repositories SmartDukaan

Rev

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

Rev 28947 Rev 29300
Line 45... Line 45...
45
                    #if($pob.getCity() && $pob.getCity() != "")
45
                    #if($pob.getCity() && $pob.getCity() != "")
46
                        <td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="text" placeholder="City (SM)" disabled name="city1" value="$pob.getCity()"></td>
46
                        <td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="text" placeholder="City (SM)" disabled name="city1" value="$pob.getCity()"></td>
47
                    #else
47
                    #else
48
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="text" placeholder="City (SM)" disabled name="city1"></td>
48
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="text" placeholder="City (SM)" disabled name="city1"></td>
49
                    #end
49
                    #end
-
 
50
                   
-
 
51
                   
50
                    #if($pob.getStateHead() && $pob.getStateHead() != "")
52
                    #if($pob.getStateHead() && $pob.getStateHead() != 0)
51
                        <td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="text" placeholder="State Head(SM)" disabled name="shead1"
53
                        <td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="text" placeholder="State Head(SM)" disabled name="shead1"
52
                                   value="$pob.getStateHead()"></td>
54
                                   value="$stateAuthUserMap.get($pob.getStateHead()).getName()"></td>
53
                    #else
55
                    #else
54
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="text" placeholder="State Head(SM)" disabled name="shead1"></td>
56
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="text" placeholder="State Head(SM)" disabled name="shead1"></td>
55
                    #end
57
                    #end
56
                    #if($pob.getBDM() && $pob.getBDM() != "")
58
                    #if($pob.getBDM() && $pob.getBDM() != 0)
57
                        <td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="text" placeholder="BDM (SM)" disabled name="bdm1" value="$pob.getBDM()"></td>
59
                        <td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="text" placeholder="BDM (SM)" disabled name="bdm1" value="$bdmAuthUseMap.get($pob.getBDM()).getName()"></td>
58
                    #else
60
                    #else
59
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="text" placeholder="BDM (SM)" disabled name="bdm1"></td>
61
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="text" placeholder="BDM (SM)" disabled name="bdm1"></td>
60
                    #end
62
                    #end   
-
 
63
               
61
                   
64
                   
62
                    #if($pob.getAgreedBrandFees() != 0)
65
                    #if($pob.getAgreedBrandFees() != 0)
63
                    
66
                    
64
                     #if($pob.getReceivedBrandFees()>= $pob.getAgreedBrandFees())
67
                     #if($pob.getReceivedBrandFees()>= $pob.getAgreedBrandFees())
65
                    
68