Bug 22435: Use 'CREATE' offset type in Koha::Account
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 16 Mar 2021 17:12:07 +0000 (17:12 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 4 Aug 2021 12:06:43 +0000 (14:06 +0200)
commit47c16a8ac0eb069a155d4b94e7c8f0695e934cba
tree28cda49b4976593e2b7078d45a68e79a4ff92c07
parent457692413e0a90a2ca82c16489c00422027761e9
Bug 22435: Use 'CREATE' offset type in Koha::Account

This patch updates the Koha::Account methods for adding debits and
credits to use the 'CREATE' offset type for the creation record.

Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/Account.pm