[Koha] Error message concerning Overdues.pm

Katrin Fischer katrin.fischer.83 at web.de
Mon Dec 19 20:31:57 NZDT 2022


Hi Anke,

this looks like there might be a problem with your configuration:

"Argument "0,00" isn't numeric in numeric gt (>) at

This should probably be 0.00 (with decimal dot). It refers to the
"Overdue fines cap (amount)" column in the circulation rules table.

Hope this helps,

Katrin

On 16.12.22 09:57, Bruns, Anke wrote:
> Hi all,
>
> the following error message is sent in an email titled "Cron <root at koha2>
> test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily
> )":
>
> "Argument "0,00" isn't numeric in numeric gt (>) at
> /usr/share/koha/lib/C4/Overdues.pm line 283."
>
> line 283 in Overdues.pm reads:
>
> "$amount = $issuing_rule->{overduefinescap} if
> $issuing_rule->{overduefinescap} && $amount >
> $issuing_rule->{overduefinescap};"
>
> There is no parameter "overduefinescap" in the instance's system parameters.
> What has to be changed to avoid this message?
> The library in question does not work with fines at all.
> Thanks in advance for your ideas!
>
> Regards,
> Anke
>
>


More information about the Koha mailing list