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

(-)a/t/db_dependent/Koha/Charges/Sales.t (-10 lines)
Lines 194-208 subtest 'purchase tests' => sub { Link Here
194
        }
194
        }
195
    );
195
    );
196
196
197
    my $payment_type = Koha::AuthorisedValue->new(
198
        {
199
            category         => 'PAYMENT_TYPE',
200
            authorised_value => 'CASH',
201
            lib              => 'Cash transaction',
202
            lib_opac         => 'Cash transaction',
203
        }
204
    )->store;
205
206
    my $item1 = Koha::Account::DebitType->new(
197
    my $item1 = Koha::Account::DebitType->new(
207
        {
198
        {
208
            code        => 'COPYRANDOM',
199
            code        => 'COPYRANDOM',
209
- 

Return to bug 22887