17 Jun
2021
17 Jun
'21
1:39 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22801 --- Comment #9 from Nick Clemens <nick@bywatersolutions.com> --- Hi Frido, I added a followup to remove: my $yrfield = ( exists $index_field_convert{'yr'} ) ? $index_field_convert{'yr'} : 'yr'; The index_field_convert will always be built the same, so will always resolve to date-of-publication - so we don't need the condition, right? I also update tests to pass -- You are receiving this mail because: You are watching all bug changes.