Bugzilla – Attachment 135947 Details for
Bug 30924
Fix recalls-related errors in transfers and cancelling actions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30924: Fix transferstoreceive.pl explosion on recalls
Bug-30924-Fix-transferstoreceivepl-explosion-on-re.patch (text/plain), 1.67 KB, created by
David Nind
on 2022-06-10 16:07:10 UTC
(
hide
)
Description:
Bug 30924: Fix transferstoreceive.pl explosion on recalls
Filename:
MIME Type:
Creator:
David Nind
Created:
2022-06-10 16:07:10 UTC
Size:
1.67 KB
patch
obsolete
>From e8407c6ff66397a525b1394d804521045d053aa4 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Thu, 9 Jun 2022 11:09:18 -0300 >Subject: [PATCH] Bug 30924: Fix transferstoreceive.pl explosion on recalls > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> > >Signed-off-by: David Nind <david@davidnind.com> >--- > .../intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt >index 26cee8e466..4e916026b4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt >@@ -83,7 +83,7 @@ > </a> > [% END %] > [% ELSIF ( reser.recall ) %] >- Recall requested by <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% reser.recall.borrowernumber | uri %]">[% reser.recall.patron.surname | html %][% IF reser.recall.patron.firstname %], [% reser.recall.patron.firstname | html %][% END %] ([% reser.recall.patron.cardnumber | html %])</a> >+ Recall requested by <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% reser.recall.patron_id | uri %]">[% reser.recall.patron.surname | html %][% IF reser.recall.patron.firstname %], [% reser.recall.patron.firstname | html %][% END %] ([% reser.recall.patron.cardnumber | html %])</a> > [% ELSE %] > <p>None</p> > [% END %] >-- >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 30924
:
135884
|
135902
|
135903
|
135947
|
135948
|
135949
|
135994
|
135995
|
135996