Bugzilla – Attachment 152035 Details for
Bug 33873
ILL requests with linked biblio_id that no longer exists causes table to not render
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33873: Improve check for inexistant biblio object
Bug-33873-Improve-check-for-inexistant-biblio-obje.patch (text/plain), 975 bytes, created by
Martin Renvoize (ashimema)
on 2023-06-06 06:58:38 UTC
(
hide
)
Description:
Bug 33873: Improve check for inexistant biblio object
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-06-06 06:58:38 UTC
Size:
975 bytes
patch
obsolete
>From 005d29090c571a2f145fa1f07508f5322dd2683b Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Wed, 31 May 2023 14:10:35 +0000 >Subject: [PATCH] Bug 33873: Improve check for inexistant biblio object > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/js-biblio-format.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/js-biblio-format.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/js-biblio-format.inc >index c06002600f..5f73dc683a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/js-biblio-format.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/js-biblio-format.inc >@@ -9,7 +9,7 @@ > */ > window.$biblio_to_html = function(biblio, config) { > >- if (biblio === undefined) { >+ if (!biblio) { > return ''; // empty string for no biblio > } > >-- >2.41.0
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 33873
:
151882
|
152009
| 152035