View | Details | Raw Unified | Return to bug 8337
Collapse All | Expand All

(-)a/misc/cronjobs/longoverdue.pl (-2 / +1 lines)
Lines 84-90 This script takes the following parameters : Link Here
84
    Would set LOST=1 after 30 days (up to one year), but not charge the account.
84
    Would set LOST=1 after 30 days (up to one year), but not charge the account.
85
    This would be suitable for the Koha default LOST authorized value of 1 -> 'Lost'.
85
    This would be suitable for the Koha default LOST authorized value of 1 -> 'Lost'.
86
86
87
  $PERL5LIB/misc/cronjobs/longoverdue.pl --lost 60=2 --charge 1
87
  $PERL5LIB/misc/cronjobs/longoverdue.pl --lost 60=2 --charge 2
88
    Would set LOST=2 after 60 days (up to one year), and charge the account when setting LOST=2.
88
    Would set LOST=2 after 60 days (up to one year), and charge the account when setting LOST=2.
89
    This would be suitable for the Koha default LOST authorized value of 2 -> 'Long Overdue' 
89
    This would be suitable for the Koha default LOST authorized value of 2 -> 'Long Overdue' 
90
90
91
- 

Return to bug 8337