Lines 730-736
subtest 'ModReceiveOrder and subscription' => sub {
Link Here
|
730 |
# We do not want the note from the original note to be modified |
730 |
# We do not want the note from the original note to be modified |
731 |
# Keeping it will permit to display it for future receptions |
731 |
# Keeping it will permit to display it for future receptions |
732 |
$order_info->{order_internalnote} = $second_note; |
732 |
$order_info->{order_internalnote} = $second_note; |
733 |
my ( undef, my $received_ordernumber ) = ModReceiveOrder( |
733 |
my ( undef, $received_ordernumber ) = ModReceiveOrder( |
734 |
{ |
734 |
{ |
735 |
biblionumber => $order->biblionumber, |
735 |
biblionumber => $order->biblionumber, |
736 |
order => $order_info, |
736 |
order => $order_info, |
737 |
- |
|
|