Bugzilla – Attachment 47514 Details for
Bug 15716
Unnecessary parenthesis in check-in transfer message
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15716 - Unnecessary parenthesis in check-in transfer message
Bug-15716---Unnecessary-parenthesis-in-check-in-tr.patch (text/plain), 1.58 KB, created by
Owen Leonard
on 2016-02-01 16:09:40 UTC
(
hide
)
Description:
Bug 15716 - Unnecessary parenthesis in check-in transfer message
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2016-02-01 16:09:40 UTC
Size:
1.58 KB
patch
obsolete
>From c1917a2f2916278f6638472520601a482e8974df Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >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 () { > <div id="return1" class="dialog message audio-alert-action"> > <h3>Please return item to: [% Branches.GetName( returnbranch ) %]</h3> > <p><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&biblionumber=[% itembiblionumber %]">[% itembarcode %]: [% title %]</a></p> >- <ul><li><a href="#" onclick="Dopop('transfer-slip.pl?transferitem=[% itemnumber %]&branchcode=[% returnbranch %]&op=slip'); return true;">Print slip</a> )</li></ul> >+ <ul><li><a href="#" onclick="Dopop('transfer-slip.pl?transferitem=[% itemnumber %]&branchcode=[% returnbranch %]&op=slip'); return true;">Print slip</a></li></ul> > </div> > [% END %] > >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 15716
: 47514