http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11023
--- Comment #23 from Jonathan Druart <[email protected]> --- (In reply to Kyle M Hall from comment #18) > QA Issue: biblioitems_columns doesn't seem like it belongs in Items.pm, you > could easily use DBIx::Class to get the columns names: > http://search.cpan.org/~frew/DBIx-Class-0.08121/lib/DBIx/Class/ResultSource. > pm#columns > so no need for a special subroutine! Done in the last patch. I kept the subroutines because I use the column names in 2 different places. -- 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/
