]> git.koha-community.org Git - koha.git/commit
Bug 30458: Include librarian (manager_id) in accountline when using "Payout amount...
authorKyle Hall <kyle@bywatersolutions.com>
Tue, 5 Apr 2022 13:40:51 +0000 (09:40 -0400)
committerArthur Suzuki <arthur.suzuki@biblibre.com>
Mon, 12 Sep 2022 11:48:21 +0000 (13:48 +0200)
commiteff7bb8df389947bb5c2c4f5a6c8961acb1a0198
tree331665c0d3155aca55e52547ce401c9b0ac0ed2e
parent6a29b7afa152428afd7e38443bc182769d581716
Bug 30458: Include librarian (manager_id) in accountline when using "Payout amount" button

When using the "Payout amount" button, accountlines.manager_id is not
populated. This is not the case with the "Issue payout" buttons.

Test Plan:
1) Create a manual credit
2) Issue a payout using the "Payout amount" button
3) Inspect the payout accountline, note it has no manager_id
4) Apply this patch, restart all the things!
5) Repeat steps 1 and 2
6) Note the new payout accountline has a manager_id!

Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk>
JK: Fix commit title

Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 0177b88eb33d398da4eb5ffb6344226930c3346b)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
(cherry picked from commit 73f7c89ba69a32482fe7b3cb02e98b21ef443a45)
Signed-off-by: Arthur Suzuki <arthur.suzuki@biblibre.com>
Koha/Account.pm