Bug 33161: Clarify method names
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 9 Mar 2023 13:14:04 +0000 (13:14 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 10 Mar 2023 13:20:10 +0000 (10:20 -0300)
commitbbff26575f59e325ba6a3db1d5b986f5356fe2ae
tree857e9a32a7392455fa8fe335efe508b10e50b9ea
parent04736dd0bafbef608e56e8cd4dae63bb4eb93fe6
Bug 33161: Clarify method names

The api_strings_mapping method isn't really only about api strings.. we
deal with database fields in and out.. we just happen to then use those
in to_api to map in the api.

This patch simply renames the standard method whilst we're still early.

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