10 Aug
2026
10 Aug
'26
9:09 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42973 --- Comment #7 from David Cook <dcook@prosentient.com.au> --- 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.