https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29111 --- Comment #6 from Peter Vashchuk <stalkernoid@gmail.com> --- Created attachment 125602 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=125602&action=edit Bug 29111: Remove unused indicator modification code for items The indicator value for 952 was hard coded in every case to " ". In order to achieve that we can simply pass undef to TransformHtmlToXml() and it will set the indicator values to " ". To test: 1) Make sure the submission of (at least some) the modified files still work, e.g. test that making a new item via cataloguing/additem.pl works. Signed-off-by: Petro Vashchuk <stalkernoid@gmail.com> -- You are receiving this mail because: You are watching all bug changes.