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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt (-2 / +5 lines)
Lines 363-369 Link Here
363
                    { 'type': 'text' },
363
                    { 'type': 'text' },
364
                    { 'type': 'text' },
364
                    { 'type': 'text' },
365
                    { 'type': 'text' },
365
                    { 'type': 'text' },
366
          { 'type': 'select', 'values': [% ccodes.json %] },
366
                    [% IF ccodes.size %]
367
                        { 'type': 'select', 'values': [% ccodes.json %] },
368
                    [% ELSE %]
369
                        null,
370
                    [% END %]
367
                    { 'type': 'text' },
371
                    { 'type': 'text' },
368
                    { 'type': 'text' },
372
                    { 'type': 'text' },
369
                    { 'type': 'select', 'values': [% branches.json %] },
373
                    { 'type': 'select', 'values': [% branches.json %] },
370
- 

Return to bug 19706