Bug 9744 - Add a column Fund name on the home page of acquisitions
[koha.git] / acqui / addorder.pl
index 3fa7620..077adaf 100755 (executable)
@@ -153,6 +153,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
 my $orderinfo                                  = $input->Vars;
 $orderinfo->{'list_price'}    ||=  0;
 $orderinfo->{'uncertainprice'} ||= 0;
+$orderinfo->{subscriptionid} ||= undef;
 
 my $user = $input->remote_user;