Bug 24918: Fix attribute mappings in Koha::Acquisition::Basket
authorTomas Cohen Arazi <tomascohen@theke.io>
Fri, 20 Mar 2020 19:05:46 +0000 (16:05 -0300)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 24 Mar 2020 08:06:48 +0000 (08:06 +0000)
commit8188655897152764f01ba3d883626396893d4f01
treec108708dcc82e203cb8d61498442d5ca70563525
parente9e3bb6aa19ad915904e31d51af875b1bf27aa85
Bug 24918: Fix attribute mappings in Koha::Acquisition::Basket

When bug 18731 was written, the official vote on the RFC hadn't been
held yet. Once it got voted, the mappings were adapted and all the
dependent work fixed as well. But three attribute names were overlooked
and they become evident on developing 20212 which required them.

This patch fixes this really tiny mistake.

To test:
1. Just verify the voted attribute names.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/Acquisition/Basket.pm