@@ -, +, @@ --- .../prog/en/modules/circ/branchtransfers.tt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt @@ -2,6 +2,7 @@ [% USE Branches %] [% USE ItemTypes %] [% USE AuthorisedValues %] +[% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Transfers › Circulation › Koha [% INCLUDE 'doc-head-close.inc' %] @@ -209,6 +210,7 @@ Collection Origin Destination + Print transfer slip [% FOREACH trsfitemloo IN trsfitemloop %] @@ -224,6 +226,7 @@ [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => trsfitemloo.item.ccode ) | html %] [% Branches.GetName( trsfitemloo.frombrcd ) | html %] [% Branches.GetName( trsfitemloo.tobrcd ) | html %] + [% END %] @@ -242,5 +245,14 @@ [% END %] - +[% MACRO jsinclude BLOCK %] + +[% END %] [% INCLUDE 'intranet-bottom.inc' %] --