[Koha-bugs] [Bug 34308] Item->store tests on itemlost>0

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 20 13:17:18 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34308

--- Comment #6 from Jonathan Druart <jonathan.druart+koha at 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.


More information about the Koha-bugs mailing list