Bug 35612 - Branchcode information for all customer fees lines
Summary: Branchcode information for all customer fees lines
Status: ASSIGNED
Alias: None
Product: Koha
Classification: Unclassified
Component: Fines and fees (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Laura Escamilla
QA Contact: Testopia
URL:
Keywords:
Depends on: 36506
Blocks:
  Show dependency treegraph
 
Reported: 2023-12-20 11:18 UTC by Pirkko-Liisa Lauhikari
Modified: 2025-06-24 17:08 UTC (History)
2 users (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pirkko-Liisa Lauhikari 2023-12-20 11:18:34 UTC
We would like to have branchcode recorded to the OVERDUE fees in accountlines table. Configurability is desired, so that it is possible to choose which library is recorded. Options could be customer's home library, issuing library and item's home library.
Comment 1 Pirkko-Liisa Lauhikari 2024-09-27 08:17:23 UTC
We hope also, that branchcode information for all customer fees lines.
Comment 2 Andrew Fuerste-Henry 2025-05-01 13:58:21 UTC
Agreed it would be helpful to consistently populate the branchcode for accountlines.

For overdues fines, I believe the branch used to calculate the fine is determined by the CircControl and HomeOrHoldingBranch system preferences. Accountlines should record the branch used to calculate the fine.

The longoverdue cron also follows CircControl but fails to record that branch in accountlines. It should do so.