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

(-)a/Koha/Calendar.pm (-1 / +8 lines)
Lines 457-462 C<$offset> is a DateTime::Duration to add to it Link Here
457
457
458
C<$return_by_hour> is an integer value representing the opening hour for the branch
458
C<$return_by_hour> is an integer value representing the opening hour for the branch
459
459
460
=head2 get_push_amt
461
462
    my $amt = $calendar->get_push_amt($date)
463
464
C<$date> is a DateTime object representing a closed return date
465
466
Using the days_mode syspref value and the nature of the closed return
467
date, return how many days we should jump forward to find another return date
460
468
461
=head2 addDays
469
=head2 addDays
462
470
463
- 

Return to bug 15260