13 Jan
2020
13 Jan
'20
4:07 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23354 --- Comment #158 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- The column account_debit_types.can_be_added_manually has been removed: - `can_be_added_manually` tinyint(4) NOT NULL DEFAULT 1, Is that expected? Test is failing because of that: t/db_dependent/Koha/Account/DebitType.t .. DBIx::Class::Row::store_column(): No such column 'can_be_added_manually' on Koha::Schema::Result::AccountDebitType at /kohadevbox/koha/Koha/Object.pm line 77 -- You are receiving this mail because: You are watching all bug changes.