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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-2 / +7 lines)
Lines 248-254 Link Here
248
                                    </td>
248
                                    </td>
249
                                    <td>[% no_auto_renewal_after | html %]</td>
249
                                    <td>[% no_auto_renewal_after | html %]</td>
250
                                    <td>[% no_auto_renewal_after_hard_limit | $KohaDates %]</td>
250
                                    <td>[% no_auto_renewal_after_hard_limit | $KohaDates %]</td>
251
                                    <td>[% reservesallowed | html %]</td>
251
                                    <td>
252
                                        [% IF reservesallowed.defined && reservesallowed != '' %]
253
                                            [% reservesallowed | html %]
254
                                        [% ELSE %]
255
                                            <span>Unlimited</span>
256
                                        [% END %]
257
                                    </td>
252
                                    <td>
258
                                    <td>
253
                                        [% IF holds_per_day.defined && holds_per_day != '' %]
259
                                        [% IF holds_per_day.defined && holds_per_day != '' %]
254
                                            [% holds_per_day | html %]
260
                                            [% holds_per_day | html %]
255
- 

Return to bug 18936