https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15451
--- Comment #22 from Jonathan Druart <[email protected]> --- Created attachment 50183 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=50183&action=edit Bug 15451: Koha::CsvProfiles - Remove GetCsvProfile This subroutine just returned a csv profile for a given id. It is replaced in this patch by a call to Koha::CsvProfiles->find. There is nothing to test here, these changes have been tested in previous patches. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
