Lines 953-958
subtest 'cancel() tests' => sub {
Link Here
|
953 |
biblionumber => $biblio_id, |
953 |
biblionumber => $biblio_id, |
954 |
datecancellationprinted => undef, |
954 |
datecancellationprinted => undef, |
955 |
cancellationreason => undef, |
955 |
cancellationreason => undef, |
|
|
956 |
suggestionid => $suggestion->suggestionid, |
956 |
} |
957 |
} |
957 |
} |
958 |
} |
958 |
); |
959 |
); |
959 |
- |
|
|