10 May
2023
10 May
'23
6:47 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32060 --- Comment #8 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- 1. Then I would C4::Biblio::GetFrameworkCode and cache there. 2. - my $tagslib = C4::Biblio::GetMarcStructure(1, $frameworkcode); + my $tagslib = C4::Biblio::GetMarcStructure( 1, $frameworkcode, { unsafe => 1 } ); Yes, definitely. 3. - my $value = $self->$column; + my $value = $self->_result()->get_column($column); Really faster? -- You are receiving this mail because: You are watching all bug changes.