Bug 33161: Clarify method names
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 9 Mar 2023 13:14:04 +0000 (13:14 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 20 Mar 2023 16:49:08 +0000 (16:49 +0000)
commit678690437c1d7fb2a8ab7623d39f622a60e45e02
tree018f94ace422a25c8dfed6f2710e44d5f972c7b6
parent9fc7f8bb200f0c42f202e1e27d9e1cbb7ae6358d
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>
(cherry picked from commit bbff26575f59e325ba6a3db1d5b986f5356fe2ae)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/Item.pm
Koha/Object.pm