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

Katrin Fischer <katrin.fisc...@bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |katrin.fisc...@bsz-bw.de

--- Comment #1 from Katrin Fischer <katrin.fisc...@bsz-bw.de> ---
I am not sure if this is still valid:

These appear to be the relevant lines of code:

 102 =item B<-max>
 103 
 104 Items older than max days are assumed to be handled somewhere else,
 105 probably the F<longoverdues.pl> script. They are therefore ignored by
 106 this program. No notices are sent for them, and they are not added to
 107 any CSV files. Defaults to 90 to match F<longoverdues.pl>.

 499             my $maxdays = (
 500                   $overdue_rules->{ "delay" . ( $i + 1 ) }
 501                 ? $overdue_rules->{ "delay" . ( $i + 1 ) } - 1
 502                 : ($MAX)
 503             );   

So I think if you use triggered and have a delay defined... it would not use
MAX?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to