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

(-)a/t/db_dependent/Koha/Acquisition/Order.t (-1 / +1 lines)
Lines 953-958 subtest 'cancel() tests' => sub { Link Here
953
                biblionumber            => $biblio_id,
953
                biblionumber            => $biblio_id,
954
                datecancellationprinted => undef,
954
                datecancellationprinted => undef,
955
                cancellationreason      => undef,
955
                cancellationreason      => undef,
956
                suggestionid            => $suggestion->suggestionid,
956
            }
957
            }
957
        }
958
        }
958
    );
959
    );
959
- 

Return to bug 28844