Bug 33359

Summary: After the latest update koha is not calculating the fine. Previously it was calculating.
Product: Koha Reporter: Wbeimar <wbeimar23>
Component: Fines and feesAssignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: 21.11   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: error fines

Description Wbeimar 2023-03-29 14:55:45 UTC
Created attachment 148928 [details]
error fines

since the update of koha in the last version, no charge of fines is being presented in the borrowed books.

when executing the fine.pl command it has the following error


Can't use string ("Skipping execution of /usr/share"...) as a HASH ref while "strict refs" in use at /usr/share/koha/lib/C4/Log.pm line 135.
library: 13 status returned by "/usr/share/koha/bin/cronjobs/fines.pl"
tar: var/lib/koha/library/biblios/register/recdB-0.mf: file changed as we read it
tar: var/lib/koha/library/biblios/register/isambD-0.mf: file changed as we read it

I am using elasticsearch
Comment 1 Katrin Fischer 2023-04-04 09:01:50 UTC
Please check your circulation rules for any amounts that use a comma instead of the .

Correct: 20.11
Wrong and causing issues: 21,11

I believe this is probably a duplicate of 33028.

*** This bug has been marked as a duplicate of bug 33028 ***