https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26963
--- Comment #58 from Jonathan Druart <[email protected]> --- I think we should keep the number of tests, don't you? I wrote a similar patch than "Don't delete existing data before tests" today: https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=113551 I will drop mine, but I think this part makes sense: + next + unless grep { $pickup_location eq $_ } @branchcodes; Do we agree that this change can be considered an enhancement? -- 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/
