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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-2 / +1 lines)
Lines 369-375 Link Here
369
                            [% FOREACH itemtypeloo IN itemtypeloop %]
369
                            [% FOREACH itemtypeloo IN itemtypeloop %]
370
                                [% NEXT IF itemtypeloo.parent_type %]
370
                                [% NEXT IF itemtypeloo.parent_type %]
371
                                [% SET children = itemtypeloo.children_with_localization %]
371
                                [% SET children = itemtypeloo.children_with_localization %]
372
                                [% IF children %]
372
                                [% IF children.count %]
373
                                    <optgroup label="[% itemtypeloo.translated_description | html %]">
373
                                    <optgroup label="[% itemtypeloo.translated_description | html %]">
374
                                        <option value="[% itemtypeloo.itemtype | html %]">[% itemtypeloo.translated_description | html %] (All)</option>
374
                                        <option value="[% itemtypeloo.itemtype | html %]">[% itemtypeloo.translated_description | html %] (All)</option>
375
                                        [% FOREACH child IN children %]
375
                                        [% FOREACH child IN children %]
376
- 

Return to bug 29844