https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29695 --- Comment #27 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 130109 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130109&action=edit Bug 29695: Remove C4::Reports::Guided::_get_column_defs This subroutine was mostly the same as GetColumnDefs, we replace it identically as in the previous patch. Test plan: Translate some strings in another language % gulp po:update --lang es-ES % cd misc/translate # Translate the relevant strings in po/es-ES-messages.po # For instance "Alternate contact: Surname" % perl translate install es-ES Select the language for the interface (enable it in the 'language' syspref first) Create a new guided report and confirm that the columns for the borrowers table are translated Signed-off-by: Owen Leonard <oleonard@myacpl.org> -- You are receiving this mail because: You are watching all bug changes.