Bug 33161: (follow-up) Consistent use of db fields throughout
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 9 Mar 2023 12:43:05 +0000 (12:43 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 10 Mar 2023 13:20:09 +0000 (10:20 -0300)
commit04736dd0bafbef608e56e8cd4dae63bb4eb93fe6
treed133cdd65bec8be154050a7f1458383e20951c1c
parentdab02607028fadc0e8864102a9a59c7e8fb6c775
Bug 33161: (follow-up) Consistent use of db fields throughout

We should stick to DB field names as long as possible to allow re-use
and only convert to api field names via to_api_mapping at the last
moment inside the parent to_api function.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/Item.pm
Koha/Object.pm