https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42973
--- Comment #7 from David Cook <[email protected]> --- Looking at the unit test... it looks like we only test for number 1. We don't test number 0 or number 2... Previously, before bug 39027 it would've done the following: NULL NULL 0 1 But now with bug 39027 and bug 42973... it's: 0 1 NULL NULL That's probably OK. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
