@@ -, +, @@
button
correct information on the slip
---
.../prog/en/modules/circ/branchtransfers.tt | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt
+++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt
@@ -4,6 +4,7 @@
[% USE ItemTypes %]
[% USE AuthorisedValues %]
[% PROCESS 'i18n.inc' %]
+[% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %]
[% FILTER collapse %]
[% t("Transfers") | html %] ›
@@ -217,6 +218,7 @@
Collection |
Origin |
Destination |
+ Actions |
[% FOREACH trsfitemloo IN trsfitemloop %]
@@ -231,6 +233,9 @@
[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => trsfitemloo.item.ccode ) | html %] |
[% Branches.GetName( trsfitemloo.frombrcd ) | html %] |
[% Branches.GetName( trsfitemloo.tobrcd ) | html %] |
+
+
+ |
[% END # /FOREACH trsfitemloo %]
@@ -249,4 +254,15 @@
[% END %]
+[% MACRO jsinclude BLOCK %]
+
+[% END %]
+
[% INCLUDE 'intranet-bottom.inc' %]
--