https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21466
--- Comment #13 from Jonathan Druart <[email protected]> --- Created attachment 98062 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=98062&action=edit Bug 21466: Keep all AVs for a given framework There was a major (and silly) issue in the previous version, only one AV was kept as we erased the hash value at the end of each iteration: $invalid_locations_per_framework->{$framework->frameworkcode } = { items => $items, av_category => $mss->authorised_value, kohafield => $kohafield }; -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
