]> git.koha-community.org Git - koha.git/commit
Bug 22421: Ensure old_issue_id is populated in accountlines
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 6 Jun 2019 11:43:51 +0000 (12:43 +0100)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 8 Nov 2024 11:42:05 +0000 (12:42 +0100)
commit57593e81dee781919b08d725f8a3003879a4a698
tree7204d5ca5171cc1019d0a561a262dffd9fd4ccac
parent5e1534f2d8c11767e6e70639563f27956c01b08e
Bug 22421: Ensure old_issue_id is populated in accountlines

Update C4::Circulation::MarkIssueReturned to handle moving issue_id to
old_issue_id in accountlines.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
C4/Circulation.pm