View | Details | Raw Unified | Return to bug 10053
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-2 lines)
Lines 996-1002 Link Here
996
      [%- END -%]
996
      [%- END -%]
997
      Library:</label>
997
      Library:</label>
998
      <select name="branchcode" size="1" id="branchcode">
998
      <select name="branchcode" size="1" id="branchcode">
999
        <option value=""></option>
1000
        [%- FOREACH branchloo IN branchloop %]
999
        [%- FOREACH branchloo IN branchloop %]
1001
          [% IF ( branchloo.selected ) -%]
1000
          [% IF ( branchloo.selected ) -%]
1002
            <option value="[% branchloo.branchcode %]" selected="selected">[% branchloo.branchname %]</option>
1001
            <option value="[% branchloo.branchcode %]" selected="selected">[% branchloo.branchname %]</option>
1003
- 

Return to bug 10053