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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt (-4 lines)
Lines 1-9 Link Here
1
[% USE Branches %]
1
[% USE Branches %]
2
[% USE KohaDates %]
2
[% USE KohaDates %]
3
[% USE Price %]
3
[% USE Price %]
4
[% IF ( export_remove_fields OR export_with_csv_profile ) %]
5
   [% SET exports_enabled = 1 %]
6
[% END %]
7
[% USE AuthorisedValues %]
4
[% USE AuthorisedValues %]
8
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
9
[% SET destination = "circ" %]
6
[% SET destination = "circ" %]
10
- 

Return to bug 18453