Lines 328-334
subtest 'automatic_checkin' => sub {
Link Here
|
328 |
my $tomorrow = dt_from_string->add( days => 1 ); |
328 |
my $tomorrow = dt_from_string->add( days => 1 ); |
329 |
my $yesterday = dt_from_string->subtract( days => 1 ); |
329 |
my $yesterday = dt_from_string->subtract( days => 1 ); |
330 |
|
330 |
|
331 |
# Checkout do for automatic checkin |
331 |
# Checkout due for automatic checkin |
332 |
my $checkout_due_aci = Koha::Checkout->new( |
332 |
my $checkout_due_aci = Koha::Checkout->new( |
333 |
{ |
333 |
{ |
334 |
borrowernumber => $patron->borrowernumber, |
334 |
borrowernumber => $patron->borrowernumber, |
335 |
- |
|
|