@@ -, +, @@ --- acqui/addorder.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/acqui/addorder.pl +++ a/acqui/addorder.pl @@ -349,7 +349,7 @@ if ( $basket->{is_standing} || $orderinfo->{quantity} ne '0' ) { # change suggestion status if applicable if ( my $suggestionid = $input->param('suggestionid') ) { # Double checking we are going to edit the correct suggestion - if ( $suggestionid == $order->suggestion->suggestion ) { + if ( $suggestionid == $order->suggestion->id ) { ModSuggestion( { suggestionid => $suggestionid, --