]> git.koha-community.org Git - koha.git/commit
Bug 36919: Remove yet another warning from Koha/Object.t
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 22 May 2024 09:23:07 +0000 (11:23 +0200)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Thu, 29 Aug 2024 16:16:23 +0000 (18:16 +0200)
commit34ff421c1c7ee82dd6454138008398f7382eac57
tree960a79833c019acadcf16b1e77a1ceccb593d9e0
parentf14db22d8ab39714fd71854c146b7472041ee7a3
Bug 36919: Remove yet another warning from Koha/Object.t

DBIx::Class::Storage::DBI::insert(): Missing value for primary key column 'currency' on Currency - perhaps you forgot to set its 'is_auto_increment' attribute during add_columns()? Treating 'currency' implicitly as an autoinc, and attempting value retrieval at /kohadevbox/koha/Koha/Object.pm line 172
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
t/db_dependent/Koha/Object.t