Bug 18501: Don't use paidfor for DB fields not mapped with a MARC field
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 21 Aug 2020 10:02:07 +0000 (12:02 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 21 Aug 2020 10:03:09 +0000 (12:03 +0200)
commit139e0a86ae415a47c645ed66bc491cfb33c353ec
tree39b01a0944cfa5ba873515054f1c7267bec273e5
parent88ed05d07e02f0e7569b35a121b9cde06f6712ca
Bug 18501: Don't use paidfor for DB fields not mapped with a MARC field

On "Bug 25964: Prevent data loss when editing items from a MARC record"
we picked paidfor as an example, but it has a specific behaviour and is
now handled in Koha::Item->store.
Let's pick another one, new_status

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
t/db_dependent/Items.t