Bugzilla – Attachment 125443 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), 1017 bytes, created by
Aleisha Amohia
on 2021-09-29 04:48:39 UTC
(
hide
)
Description:
Bug 27266: (follow-up) Using biblio frameworkcode to get rid of FIXME
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2021-09-29 04:48:39 UTC
Size:
1017 bytes
patch
obsolete
>From dd38081a6c04563a82ce7a119f989844b89aee13 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 > >--- > Koha/Biblio.pm | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/Koha/Biblio.pm b/Koha/Biblio.pm >index ec4e2b6ba9..1e7a6f3c63 100644 >--- a/Koha/Biblio.pm >+++ b/Koha/Biblio.pm >@@ -870,8 +870,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.11.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 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