Subversion Repositories SmartDukaan

Rev

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

Rev 33908 Rev 34099
Line 31... Line 31...
31
                            & View</a>
31
                            & View</a>
32
                    #end
32
                    #end
33
                </td>
33
                </td>
34
                <td align="center">
34
                <td align="center">
35
                    #if($loiBrandCommitmentMap.get($lbc.getId()).getNocGt())
35
                    #if($loiBrandCommitmentMap.get($lbc.getId()).getNocGt())
36
                        <select name="nocRequired" class="noc-required" style="width: 100%;">
-
 
37
                            <option value="$lbc.getNocGt()"
36
                        #foreach($option in $nocGtOptions)
38
                                    selected>$loiBrandCommitmentMap.get($lbc.getId()).getNocGt()</option>
-
 
39
                            <option value="RECEIVED">RECEIVED</option>
-
 
40
                            <option value="NOT_RECEIVED">NOT_RECEIVED</option>
-
 
41
                            <option value="NOT_REQUIRED">NOT_REQUIRED</option>
-
 
42
                        </select>
-
 
43
                    #else
-
 
44
                        <select name="nocRequired" class="noc-required">
-
 
45
 
-
 
46
                            <option value="RECEIVED">RECEIVED</option>
-
 
47
                            <option value="NOT_RECEIVED" selected>NOT_RECEIVED</option>
37
                            <option value="$option" #if($option==$lbc.getNocGt())selected#end>$option</option>
48
                            <option value="NOT_REQUIRED">NOT_REQUIRED</option>
-
 
49
                        </select>
38
                        #end
50
                    #end
39
                    #end
51
 
40
 
52
                </td>
41
                </td>
53
                <td align="center">
42
                <td align="center">
54
 
43