4 Aug
2021
4 Aug
'21
11:11 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25711 --- Comment #32 from Peter Vashchuk <stalkernoid@gmail.com> --- (In reply to Jonathan Druart from comment #29)
3. - } else if ( i == 5 || i == 6 || i == 26 || i == 27 || i == 28 ) { + } else if ( i == 5 || i == 6 || i == 17 || i == 27 || i == 28 || i == 29 ) {
I think there is something wrong here. Why did you remove 26?...
A new 17th column was added, so the number of columns increased, and relative numbers for the next ones shifted, in short, 26th column wasn't removed, it just became 27th, so 26 27 28 are 27 28 29 accordingly. -- You are receiving this mail because: You are watching all bug changes.