https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16889

--- Comment #6 from M. Tompsett <mtomp...@hotmail.com> ---
Comment on attachment 53243
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=53243
Bug 16889: Remove C4::Items::columns and use Koha::Items->columns instead

Review of attachment 53243:
 --> 
(https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=16889&attachment=53243)
-----------------------------------------------------------------

::: C4/Items.pm
@@ +3067,4 @@
>  
>      my $dbh = C4::Context->dbh;
>      my @errors;
> +    my @item_columns = map { "items.$_" } Koha::Items->columns;

This should be triggered by
t/db_dependent/Items/AutomaticItemModificationByAge.t as a test.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to