]> git.koha-community.org Git - koha.git/commit
Bug 22435: Fix CREATE offset amounts
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 18 Mar 2021 10:23:57 +0000 (10:23 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 4 Aug 2021 12:06:43 +0000 (14:06 +0200)
commitc188ec1567e69a1ee9e9fff19320a273e4ea65dd
treeb525e7310889a3bb8b485422e838aeb4b04bb810
parent9b34ca9fe2aa01bc55a432e26a658ec489a866ac
Bug 22435: Fix CREATE offset amounts

Updateing the tests highlighted a mistake in the original code.. the
offsets for the cancel and reduce creation lines were incorrectly
signed.

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/Line.pm