View | Details | Raw Unified | Return to bug 28844
Collapse All | Expand All

(-)a/acqui/addorder.pl (-2 / +1 lines)
Lines 349-355 if ( $basket->{is_standing} || $orderinfo->{quantity} ne '0' ) { Link Here
349
    # change suggestion status if applicable
349
    # change suggestion status if applicable
350
    if ( my $suggestionid = $input->param('suggestionid') ) {
350
    if ( my $suggestionid = $input->param('suggestionid') ) {
351
        # Double checking we are going to edit the correct suggestion
351
        # Double checking we are going to edit the correct suggestion
352
        if ( $suggestionid == $order->suggestion->suggestion ) {
352
        if ( $suggestionid == $order->suggestion->id ) {
353
            ModSuggestion(
353
            ModSuggestion(
354
                {
354
                {
355
                    suggestionid => $suggestionid,
355
                    suggestionid => $suggestionid,
356
- 

Return to bug 28844