From 301c5890aa87d8f54fc73b45e15bb69e88f826c3 Mon Sep 17 00:00:00 2001 From: Hector Castro Date: Thu, 28 Jan 2016 10:40:34 -0600 Subject: [PATCH] Bug 15693: Unnecessary punctuation mark when check-in an item in a library other than the home branch To test: 1-Checkin an item in a library other than the home branch. 2-A message will display asking to return the item to the home branch 3-You will see the phrase "Print slip )" 4-Apply patch 5-Reproduce or repeat steps 1-2 and verify the punctuation mark is no longer displayed --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt index a56b8e6..d812845 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -310,7 +310,7 @@ $(document).ready(function () {

Please return item to: [% Branches.GetName( returnbranch ) %]

[% itembarcode |html %]: [% title |html %]

- +
[% END %] -- 1.7.10.4