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

(-)a/acqui/addorder.pl (-1 / +6 lines)
Lines 343-348 if ( $op eq 'cud-order' ) { Link Here
343
                    STATUS       => 'ORDERED',
343
                    STATUS       => 'ORDERED',
344
                }
344
                }
345
            );
345
            );
346
            if ( C4::Context->preference('PlaceHoldsOnOrdersFromSuggestions') ) {
347
                my $suggestion = Koha::Suggestions->find($suggestionid);
348
                if ($suggestion) {
349
                    $suggestion->place_hold();
350
                }
351
            }
346
        }
352
        }
347
353
348
        $orderinfo->{unitprice} = $orderinfo->{ecost}
354
        $orderinfo->{unitprice} = $orderinfo->{ecost}
349
- 

Return to bug 27595