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

(-)a/t/db_dependent/Koha/EDI.t (-1 / +1 lines)
Lines 687-692 subtest 'process_invoice' => sub { Link Here
687
            value => {
687
            value => {
688
                basketno    => $basket->id,
688
                basketno    => $basket->id,
689
                orderstatus => 'new',
689
                orderstatus => 'new',
690
                quantity    => 3,
690
            }
691
            }
691
        }
692
        }
692
    );
693
    );
693
- 

Return to bug 40765