From c1917a2f2916278f6638472520601a482e8974df Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 1 Feb 2016 11:08:07 -0500 Subject: [PATCH] Bug 15716 - Unnecessary parenthesis in check-in transfer message Content-Type: text/plain; charset="utf-8" This patch removes a stray ")" from the check-in template. To test, check in an item which belongs to another library. The "Print slip" link should not have a ")" after it. --- 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 aace2fb..da9c298 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 %]: [% title %]

- +
[% END %] -- 2.1.4