5 Mar
2014
5 Mar
'14
11:10 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11023 --- Comment #23 from Jonathan Druart <jonathan.druart@biblibre.com> --- (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.