Lines 1626-1632
subtest 'ModReserve can only update expirationdate for found holds' => sub {
Link Here
|
1626 |
my $borrowernumber = Koha::Patron->new( |
1626 |
my $borrowernumber = Koha::Patron->new( |
1627 |
{ |
1627 |
{ |
1628 |
firstname => 'my firstname', |
1628 |
firstname => 'my firstname', |
1629 |
surname => 'my surname ' . $_, |
1629 |
surname => 'whatever surname', |
1630 |
categorycode => $category->{categorycode}, |
1630 |
categorycode => $category->{categorycode}, |
1631 |
branchcode => $branch, |
1631 |
branchcode => $branch, |
1632 |
} |
1632 |
} |
1633 |
- |
|
|