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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-3 / +2 lines)
Lines 909-922 Link Here
909
                                    [% IF ( waiting_hold_cancellation.defined && waiting_hold_cancellation != '' ) %]
909
                                    [% IF ( waiting_hold_cancellation.defined && waiting_hold_cancellation != '' ) %]
910
                                        <tr>
910
                                        <tr>
911
                                            <td>
911
                                            <td>
912
                                                [% IF c == '*' %]
912
                                                [% IF c == undef %]
913
                                                    <em>All</em>
913
                                                    <em>All</em>
914
                                                [% ELSE %]
914
                                                [% ELSE %]
915
                                                    [% Categories.GetName(c) | html %]
915
                                                    [% Categories.GetName(c) | html %]
916
                                                [% END %]
916
                                                [% END %]
917
                                            </td>
917
                                            </td>
918
                                            <td>
918
                                            <td>
919
                                                [% IF i == '*' %]
919
                                                [% IF i == undef %]
920
                                                    <em>All</em>
920
                                                    <em>All</em>
921
                                                [% ELSE %]
921
                                                [% ELSE %]
922
                                                    [% ItemTypes.GetDescription(i,1) | html %]
922
                                                    [% ItemTypes.GetDescription(i,1) | html %]
923
- 

Return to bug 37255