]> 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)
committerLucas Gass <lucas@bywatersolutions.com>
Fri, 2 Sep 2022 14:56:35 +0000 (14:56 +0000)
commit73f7c89ba69a32482fe7b3cb02e98b21ef443a45
treef0b6a7dbfc69d7470dda5a08642d2134bc878d79
parentc92a1cf501127ea02fe04c8fc947e9ec8ea934b0
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>
Koha/Account.pm