30 Sep
2025
30 Sep
'25
9:44 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40916 --- Comment #1 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- This check: if ( $sortfield == 'copyrightdate' and C4::Context->preference('marcflavour') == 'UNIMARC' ) { It should use 'eq' to compare strings, not `==`. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.