20 Jul
2023
20 Jul
'23
1:17 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34308 --- Comment #6 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to Marcel de Rooy from comment #5)
$charge eq $lostvalue Strange test?
This seems correct. misc/cronjobs/longoverdue.pl 60 'c|charge=s' => \$charge, 146 =item B<--charge | -c> 147 148 This specifies what lost value triggers Koha to charge the account for the lost item. 238 $PERL5LIB/misc/cronjobs/longoverdue.pl --lost 60=2 --charge 2 239 Would set LOST=2 after 60 days (up to one year), and charge the account when setting LOST=2. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.