|
Lines 38-44
Link Here
|
| 38 |
[% END %] |
38 |
[% END %] |
| 39 |
</select> |
39 |
</select> |
| 40 |
[% ELSE #BranchTransferLimitsType == "ccode" %] |
40 |
[% ELSE #BranchTransferLimitsType == "ccode" %] |
| 41 |
<label for="value_selector">Select a collection code:</label> |
41 |
<label for="value_selector">Select a collection:</label> |
| 42 |
<select id="value_selector"> |
42 |
<select id="value_selector"> |
| 43 |
<option value="" selected></option> |
43 |
<option value="" selected></option> |
| 44 |
[% SET ccodes = AuthorisedValues.Get('CCODE') %] |
44 |
[% SET ccodes = AuthorisedValues.Get('CCODE') %] |
| 45 |
- |
|
|