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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt (-2 / +1 lines)
Lines 272-278 $(document).ready(function() { Link Here
272
        [% FOREACH item IN attribute.items %]
272
        [% FOREACH item IN attribute.items %]
273
          <tr>
273
          <tr>
274
            <td>[% item.code |html %]</td>
274
            <td>[% item.code |html %]</td>
275
            <td>[% item.description %]</td>
275
            <td>[% item.description |html %]</td>
276
            <td>
276
            <td>
277
                [% IF ( item.branches && item.branches.size > 0 ) %]
277
                [% IF ( item.branches && item.branches.size > 0 ) %]
278
                    [% branches_str = "" %]
278
                    [% branches_str = "" %]
279
- 

Return to bug 19103