In Bug 41070, I fixed an issue in the js form of acquisitions. The bug allows to submit an invalid form. However in ./acqui/addorderiso2709.pl, there is a default behaviour that looks absurd to me, Koha should internal server error here, shouldn't it ? > 179 if ( scalar @$budgets == 0 ) { > 180 die "No budgets defined, can't continue"; > 181 } > 182 my $budget_id = @$budgets[0]->{'budget_id'}; > 183