Bugzilla – Attachment 47402 Details for
Bug 15693
Unnecessary punctuation mark when check-in an item in a library other than the home branch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15693: Unnecessary punctuation mark when check-in an item in a library other than the home branch
Bug-15693-Unnecessary-punctuation-mark-when-check-.patch (text/plain), 1.75 KB, created by
Mirko Tietgen
on 2016-01-28 18:47:14 UTC
(
hide
)
Description:
Bug 15693: Unnecessary punctuation mark when check-in an item in a library other than the home branch
Filename:
MIME Type:
Creator:
Mirko Tietgen
Created:
2016-01-28 18:47:14 UTC
Size:
1.75 KB
patch
obsolete
>From 365707832c409dd2ace9a6d98584bb973f33aac9 Mon Sep 17 00:00:00 2001 >From: Hector Castro <hector.hecaxmmx@gmail.com> >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 > >Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net> >--- > 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 () { > <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 |html %]: [% title |html %]</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 15693
:
47397
|
47402
|
47455