Bugzilla – Attachment 13536 Details for
Bug 8004
Items on hold lose transfer after being scanned twice
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8004 - Followup - Rename KohaBranchName filter to BranchName
Bug-8004---Followup---Rename-KohaBranchName-filter.patch (text/plain), 2.68 KB, created by
Kyle M Hall (khall)
on 2012-11-19 20:15:32 UTC
(
hide
)
Description:
Bug 8004 - Followup - Rename KohaBranchName filter to BranchName
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2012-11-19 20:15:32 UTC
Size:
2.68 KB
patch
obsolete
>From 5c948dc67b139eab067f724233d5a8e79cb6fedf Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 19 Nov 2012 15:15:30 -0500 >Subject: [PATCH] Bug 8004 - Followup - Rename KohaBranchName filter to BranchName >Content-Type: text/plain; charset="utf-8" > >--- > Koha/Template/Plugin/KohaBranchName.pm | 2 +- > .../intranet-tmpl/prog/en/modules/circ/returns.tt | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/Koha/Template/Plugin/KohaBranchName.pm b/Koha/Template/Plugin/KohaBranchName.pm >index a39aba0..9747335 100644 >--- a/Koha/Template/Plugin/KohaBranchName.pm >+++ b/Koha/Template/Plugin/KohaBranchName.pm >@@ -1,4 +1,4 @@ >-package Koha::Template::Plugin::KohaBranchName; >+package Koha::Template::Plugin::BranchName; > > # Copyright Bywater Solutions 2012 > >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 050ebd3..3e41da9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -1,5 +1,5 @@ > [% USE KohaDates %] >-[% USE KohaBranchName %] >+[% USE BranchName %] > > [% INCLUDE 'doc-head-open.inc' %] > <title>Koha › Circulation › Check in [% title |html %]</title> >@@ -92,7 +92,7 @@ $(document).ready(function () { > </div> > [% END %] > <!-- case of a mistake in transfer loop --> >-[% IF ( WrongTransfer ) %]<div id="return2" class="dialog message"><!-- WrongTransfer --><h3>Please return <a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&biblionumber=[% itembiblionumber %]">[% title |html %]</a> to [% TransferWaitingAt | $KohaBranchName %]</h3><h3><a href="#" onclick="Dopop('transfer-slip.pl?transferitem=[% itemnumber %]&&branchcode=[% homebranch %]&op=slip'); return true;">Print slip</a> or <a href="/cgi-bin/koha/circ/returns.pl?itemnumber=[% itemnumber %]&canceltransfer=1">Cancel transfer</a></h3> >+[% IF ( WrongTransfer ) %]<div id="return2" class="dialog message"><!-- WrongTransfer --><h3>Please return <a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&biblionumber=[% itembiblionumber %]">[% title |html %]</a> to [% TransferWaitingAt | $BranchName %]</h3><h3><a href="#" onclick="Dopop('transfer-slip.pl?transferitem=[% itemnumber %]&&branchcode=[% homebranch %]&op=slip'); return true;">Print slip</a> or <a href="/cgi-bin/koha/circ/returns.pl?itemnumber=[% itemnumber %]&canceltransfer=1">Cancel transfer</a></h3> > [% IF ( wborcnum ) %]<h5>Hold for:</h5> > <ul><li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]"> > [% borsurname %], [% borfirstname %]</a> ([% borcnum %])</li> >-- >1.7.2.5
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 8004
:
9289
|
13536
|
13537
|
17911
|
20582
|
20583
|
20682