Summary: | When exemptfine, removes the first fine found | ||
---|---|---|---|
Product: | Koha | Reporter: | René Salas <luresalo> |
Component: | Circulation | Assignee: | Bugs List <koha-bugs> |
Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | gmcharlt, kyle.m.hall |
Version: | 3.18 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: |
Description
René Salas
2016-04-13 19:17:57 UTC
Can you please add a test plan on how to reproduce this issue? What does O translate to? According to https://wiki.koha-community.org/wiki/Hard_Coded_Values O is for Overdue. Test plan 1.- Let one issue overdue and return it normally, this should record a fine for the overdue. 2.- Issue the item again letting the loan overdue and get a different fine from the previous one. 3.- Return the issue with the exempt fine selected though returns.pl 4.- Note that the oldest fine was FFOR and not the one related to the actual loan. 5.- Apply the change proposed. 5.- Repeat steps 1-3 6.- Now the FFOR apply for the more recent (accountlines_id) loan. Hm, I am not sure if O is set by the system currently, but that's not the problem here. I think there should be no 2 FU at the same time, it's a known bug - see bug 14390. |