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