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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt (-1 lines)
Lines 3-9 Link Here
3
[% USE Koha %]
3
[% USE Koha %]
4
[% USE KohaDates %]
4
[% USE KohaDates %]
5
[% USE Price %]
5
[% USE Price %]
6
[% USE currency = format('%.2f') -%]
7
[% PROCESS 'i18n.inc' %]
6
[% PROCESS 'i18n.inc' %]
8
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
9
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-3 / +3 lines)
Lines 6-11 Link Here
6
[% USE Categories %]
6
[% USE Categories %]
7
[% USE ItemTypes %]
7
[% USE ItemTypes %]
8
[% USE CirculationRules %]
8
[% USE CirculationRules %]
9
[% USE Price %]
9
[% SET footerjs = 1 %]
10
[% SET footerjs = 1 %]
10
11
11
[% SET branchcode = humanbranch || undef %]
12
[% SET branchcode = humanbranch || undef %]
Lines 281-287 Link Here
281
                                    <td>[% chargeperiod | html %]</td>
282
                                    <td>[% chargeperiod | html %]</td>
282
                                    <td>[% IF chargeperiod_charge_at %]Start of interval[% ELSE %]End of interval[% END %]</td>
283
                                    <td>[% IF chargeperiod_charge_at %]Start of interval[% ELSE %]End of interval[% END %]</td>
283
                                    <td>[% firstremind | html %]</td>
284
                                    <td>[% firstremind | html %]</td>
284
                                    <td>[% overduefinescap FILTER format("%.2f") %]</td>
285
                                    <td>[% overduefinescap | $Price %]</td>
285
                                    <td>
286
                                    <td>
286
                                        [% IF cap_fine_to_replacement_price %]
287
                                        [% IF cap_fine_to_replacement_price %]
287
                                            <input type="checkbox" checked="checked" disabled="disabled" />
288
                                            <input type="checkbox" checked="checked" disabled="disabled" />
Lines 369-375 Link Here
369
                                            [% END %]
370
                                            [% END %]
370
                                        </td>
371
                                        </td>
371
                                        <td>[% recall_due_date_interval | html %]</td>
372
                                        <td>[% recall_due_date_interval | html %]</td>
372
                                        <td>[% recall_overdue_fine FILTER format("%.2f") %]</td>
373
                                        <td>[% recall_overdue_fine | $Price %]</td>
373
                                        <td>[% recall_shelf_time | html %]</td>
374
                                        <td>[% recall_shelf_time | html %]</td>
374
                                    [% END %]
375
                                    [% END %]
375
                                    <td class="actions">
376
                                    <td class="actions">
376
- 

Return to bug 20395