https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25711
--- Comment #32 from Peter Vashchuk <[email protected]> --- (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. _______________________________________________ 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/
