Bugzilla – Attachment 136123 Details for
Bug 30971
Recalls - log viewer error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30971: (follow-up) Fix recall.branchcode occurences
Bug-30971-follow-up-Fix-recallbranchcode-occurence.patch (text/plain), 2.37 KB, created by
David Nind
on 2022-06-15 19:49:58 UTC
(
hide
)
Description:
Bug 30971: (follow-up) Fix recall.branchcode occurences
Filename:
MIME Type:
Creator:
David Nind
Created:
2022-06-15 19:49:58 UTC
Size:
2.37 KB
patch
obsolete
>From 24e081050c5e2fce413d53f1423b6a45bec8855f Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 15 Jun 2022 16:26:51 -0300 >Subject: [PATCH] Bug 30971: (follow-up) Fix recall.branchcode occurences > >This fixes a couple cases actually. > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> > >Signed-off-by: David Nind <david@davidnind.com> > >https://bugs.koha-community.org/show_bug.cgi?id=30917 >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recall.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recall.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recall.tt >index 57509713af..d4ef9f8fab 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recall.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recall.tt >@@ -141,10 +141,10 @@ > [% hold = item.current_holds.next %] > [% IF ( item.recall ) %] > <span class="waiting"> >- [% IF ( item.recall.waitingdate ) %] >- Waiting for patron at [% Branches.GetName( item.recall.branchcode ) | html %] since [% item.recall.waitingdate | $KohaDates %]. >+ [% IF ( item.recall.waiting_date ) %] >+ Waiting for patron at [% Branches.GetName( item.recall.pickup_library_id ) | html %] since [% item.recall.waiting_date | $KohaDates %]. > [% ELSE %] >- Recalled by patron expected at [% Branches.GetName( item.recall.branchcode ) | html %] since [% item.recall.recalldate | $KohaDates %]. >+ Recalled by patron expected at [% Branches.GetName( item.recall.pickup_library_id ) | html %] since [% item.recall.created_date | $KohaDates %]. > [% END %] > </span> > [% ELSIF ( hold.waitingdate ) %] >-- >2.30.2
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 30971
:
136118
|
136119
|
136120
|
136121
|
136122
|
136123
|
136139
|
136140
|
136141