Bugzilla – Attachment 127333 Details for
Bug 27266
Move C4::Biblio::GetMarcAuthors to Koha namespace
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27266: (follow-up) Using biblio frameworkcode to get rid of FIXME
Bug-27266-follow-up-Using-biblio-frameworkcode-to-.patch (text/plain), 1.14 KB, created by
Marcel de Rooy
on 2021-11-05 08:28:09 UTC
(
hide
)
Description:
Bug 27266: (follow-up) Using biblio frameworkcode to get rid of FIXME
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2021-11-05 08:28:09 UTC
Size:
1.14 KB
patch
obsolete
>From c65f399255c126b8eededd3c7c541180f6b4158a Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Fri, 23 Jul 2021 08:29:46 +1200 >Subject: [PATCH] Bug 27266: (follow-up) Using biblio frameworkcode to get rid > of FIXME >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > Koha/Biblio.pm | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/Koha/Biblio.pm b/Koha/Biblio.pm >index ef0e767a50..a259db4bb7 100644 >--- a/Koha/Biblio.pm >+++ b/Koha/Biblio.pm >@@ -984,8 +984,7 @@ sub get_marc_authors { > # tagslib useful only for UNIMARC author responsibilities > my $tagslib; > if ( $marcflavour eq "UNIMARC" ) { >- # FIXME : we don't have the framework available, we take the default framework. May be buggy on some setups, will be usually correct. >- $tagslib = C4::Biblio::GetMarcStructure( 1, '', { unsafe => 1 }); >+ $tagslib = C4::Biblio::GetMarcStructure( 1, $self->frameworkcode, { unsafe => 1 }); > $mintag = "700"; > $maxtag = "712"; > $fields_filter = '7..'; >-- >2.20.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 27266
:
114503
|
114580
|
117239
|
118311
|
118312
|
123017
|
123018
|
123019
|
123026
|
123027
|
123028
|
123067
|
125440
|
125441
|
125442
|
125443
|
125444
|
125465
|
125466
|
125467
|
125468
|
125469
|
125719
|
125720
|
125721
|
125722
|
125723
|
126539
|
126540
|
126541
|
126542
|
126543
|
127330
|
127331
|
127332
|
127333
|
127334
|
127335
|
127336
|
127337
|
127340
|
127341
|
127342
|
127561
|
127562
|
127563
|
127564
|
127565
|
127566
|
127567
|
127568