From b1c3183dc63726de3830e1ba676b8c9686726fec Mon Sep 17 00:00:00 2001 From: Aleisha Date: Thu, 24 Mar 2016 00:37:10 +0000 Subject: [PATCH] Bug 16141: Making Transfers to Receive action a button MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To test: 1) Go to Circ -> Transfer to Receive 2) Confirm 'Cancel transfer' now shows as a button and works as expected Sponsored-by: Catalyst IT Signed-off-by: Marc VĂ©ron --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt index 877be7c..2121abe 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt @@ -82,7 +82,7 @@ $(document).ready(function() { [% IF reser.homebranch %][% Branches.GetName( reser.homebranch ) %][% END %] [% reser.itemcallnumber %] - Cancel transfer + Cancel transfer [% END %] -- 1.7.10.4