Bugzilla – Attachment 136118 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: Recalls log viewer error
Bug-30971-Recalls-log-viewer-error.patch (text/plain), 2.12 KB, created by
Tomás Cohen Arazi (tcohen)
on 2022-06-15 19:16:01 UTC
(
hide
)
Description:
Bug 30971: Recalls log viewer error
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2022-06-15 19:16:01 UTC
Size:
2.12 KB
patch
obsolete
>From 9e1a5df020fe7350f5626491048f375f024e42c1 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 15 Jun 2022 16:14:22 -0300 >Subject: [PATCH] Bug 30971: Recalls log viewer error > >This patch addresses the itemnumber and biblionumber attributes for >recalls having been renamed. > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >index 9cb00c2ca6..a72a98a1d1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >@@ -373,9 +373,9 @@ > [% END %] > [% ELSIF ( loopro.module == 'RECALLS' ) %] > [% IF loopro.recall.item_level %] >- Item-level recall on <a href="/cgi-bin/koha/catalogue/moredetail.pl?item=[% loopro.recall.itemnumber | uri %]&biblionumber=[% loopro.recall.biblionumber | uri %]&bi=[% loopro.recall.item.biblioitemnumber | uri %]">item</a> >+ Item-level recall on <a href="/cgi-bin/koha/catalogue/moredetail.pl?item=[% loopro.recall.item_id | uri %]&biblionumber=[% loopro.recall.biblio_id | uri %]&bi=[% loopro.recall.item.biblioitemnumber | uri %]">item</a> > [% ELSE %] >- Biblio-level recall on <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% loopro.recall.biblionumber | uri %]">biblio</a> >+ Biblio-level recall on <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% loopro.recall.biblio_id | uri %]">biblio</a> > [% END %] > [% ELSE %] > [% loopro.object | html %] >-- >2.36.1
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