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

(-)a/Koha/EDI.pm (-4 / +1 lines)
Lines 797-805 sub quote_item { Link Here
797
                    );
797
                    );
798
                }
798
                }
799
799
800
                my $basket = Koha::Acquisition::Basket->find( $basketno );
800
                if ( C4::Context->preference('AcqCreateItem') eq 'ordering' ) {
801
802
                if ( $basket->effective_create_item eq 'ordering' ) {
803
                    my $new_item = {
801
                    my $new_item = {
804
                        notforloan       => -1,
802
                        notforloan       => -1,
805
                        cn_sort          => q{},
803
                        cn_sort          => q{},
806
- 

Return to bug 20446