]> git.koha-community.org Git - koha.git/commit
Bug 22421: (follow-up) Check issue during add_debit
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 13 May 2024 12:32:17 +0000 (13:32 +0100)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 8 Nov 2024 11:42:07 +0000 (12:42 +0100)
commit33b6aa466ac612673cea99f43de25bf9ed93ee51
tree49e645f16af4667ee35395e171999228015a243a
parent5e5832eb70df1f230a1e1f00e25cd4d6b5d5804c
Bug 22421: (follow-up) Check issue during add_debit

We need additional handling for the case where a debt may be added with
an issue_id after the issue is returned.

This patch tries to fix that at a low level, but introduces new test
failures in t/db_dependent/Circulation.t to be investigated.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/Account.pm