https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22916 Bug ID: 22916 Summary: Processing Fee charged multiple times Change sponsored?: --- Product: Koha Version: 18.11 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Fines and fees Assignee: koha-bugs@lists.koha-community.org Reporter: andrew@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org Target Milestone: --- This takes some really specific setup and processing to duplicate. To do so: - Set up an item type with a processing fee but no default replacement cost - create an item with no replacement cost in the 952$v - Check that item out with a due date several days in the past - run longoverdue.pl --lost 1=1 --confirm - run longoverdue.pl --lost 2=2 --confirm --charge 2 - note the item is at lost status 2, patron has been charged the processing fee but no lost fee - run longoverdue.pl --lost 1=1 --confirm (again) - note the item changes back to lost status 1 - run longoverdue.pl --lost 2=2 --confirm --charge 2 (again) - note the item changes back to lost status 2 and the processing fee is charged a second time This does not occur if the item has a replacement cost and a Lost fee is created on the account. In that case, the processing fee is only charged once. This can be avoided by using the --maxdays option in the longoverdue cron. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.