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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-6 / +4 lines)
Lines 6-12 Link Here
6
[% USE Categories %]
6
[% USE Categories %]
7
[% USE ItemTypes %]
7
[% USE ItemTypes %]
8
[% USE CirculationRules %]
8
[% USE CirculationRules %]
9
[% USE Price %]
10
[% SET footerjs = 1 %]
9
[% SET footerjs = 1 %]
11
10
12
[% SET branchcode = humanbranch || undef %]
11
[% SET branchcode = humanbranch || undef %]
Lines 287-297 Link Here
287
                                                  [% END %]
286
                                                  [% END %]
288
                                                </td>
287
                                                </td>
289
                                                <td>[% decreaseloanholds | html %]</td>
288
                                                <td>[% decreaseloanholds | html %]</td>
290
                                                <td>[% fine | $Price %]</td>
289
                                                <td>[% fine | html %]</td>
291
                                                <td>[% chargeperiod | html %]</td>
290
                                                <td>[% chargeperiod | html %]</td>
292
                                                <td>[% IF chargeperiod_charge_at %]Start of interval[% ELSE %]End of interval[% END %]</td>
291
                                                <td>[% IF chargeperiod_charge_at %]Start of interval[% ELSE %]End of interval[% END %]</td>
293
                                                <td>[% firstremind | html %]</td>
292
                                                <td>[% firstremind | html %]</td>
294
                                                <td>[% overduefinescap | $Price %]</td>
293
                                                <td>[% overduefinescap | html %]</td>
295
                                                <td>
294
                                                <td>
296
                                                    [% IF cap_fine_to_replacement_price %]
295
                                                    [% IF cap_fine_to_replacement_price %]
297
                                                        <input type="checkbox" checked="checked" disabled="disabled" />
296
                                                        <input type="checkbox" checked="checked" disabled="disabled" />
Lines 387-393 Link Here
387
                                                        [% END %]
386
                                                        [% END %]
388
                                                    </td>
387
                                                    </td>
389
                                                    <td>[% recall_due_date_interval | html %]</td>
388
                                                    <td>[% recall_due_date_interval | html %]</td>
390
                                                    <td>[% recall_overdue_fine | $Price %]</td>
389
                                                    <td>[% recall_overdue_fine | html %]</td>
391
                                                    <td>[% recall_shelf_time | html %]</td>
390
                                                    <td>[% recall_shelf_time | html %]</td>
392
                                                [% END %]
391
                                                [% END %]
393
                                                <td class="actions">
392
                                                <td class="actions">
Lines 1030-1036 Link Here
1030
                                    </td>
1029
                                    </td>
1031
                                    <td>
1030
                                    <td>
1032
                                        [% IF article_request_fee.defined && article_request_fee != '' %]
1031
                                        [% IF article_request_fee.defined && article_request_fee != '' %]
1033
                                            [% article_request_fee | $Price %]
1032
                                            [% article_request_fee | html %]
1034
                                        [% ELSE %]
1033
                                        [% ELSE %]
1035
                                            <span>0</span>
1034
                                            <span>0</span>
1036
                                        [% END %]
1035
                                        [% END %]
1037
- 

Return to bug 33028