[Koha-bugs] [Bug 23354] Add a 'Pay' screen to allow anonymous payments in a POS fashion

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 13 17:02:49 CET 2020


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

--- Comment #157 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
account_debit_types.can_be_added_manually

-  `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.


More information about the Koha-bugs mailing list