http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14858 Nick Clemens <nick@quecheelibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick@quecheelibrary.org --- Comment #4 from Nick Clemens <nick@quecheelibrary.org> --- Test plan was unclear, but here's what I did: 1 - Created a super big record (pasted a project gutenberg work into 520$b) 2 - Added items with $x - Non public and $z Public 3 - Mapped field x to items.itemnotes_nonpublic 4 - Checked mysql table, items.itemnotes_nonpublic was NULL 5 - Ran batchRebuildItemsTables.pl - received an error 6 - Checked mysql table, items.itemnotes_nonpublic was NULL 7 - Applied patch 8 - Ran batchRebuildItemsTables.pl - no error 9 - Checked mysql table, items.itemnotes_nonpublic was 'Non public' 10 - Signed off -- You are receiving this mail because: You are watching all bug changes.