Bugzilla – Attachment 152009 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), 912 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2023-06-05 17:13:38 UTC
(
hide
)
Description:
Bug 33873: Improve check for inexistant biblio object
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2023-06-05 17:13:38 UTC
Size:
912 bytes
patch
obsolete
>From dd80198c5a4f986a8d23e4ecef501ae4cd4dfd33 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 > >--- > 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 c06002600fc..5f73dc683aa 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.34.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 33873
:
151882
|
152009
|
152035