https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23354
--- Comment #158 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
