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@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


_______________________________________________

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha

Reply via email to