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

(-)a/t/db_dependent/Koha/Item.t (-2 / +1 lines)
Lines 2875-2881 subtest 'store() tests' => sub { Link Here
2875
            {
2875
            {
2876
                borrowernumber    => $patron->id,
2876
                borrowernumber    => $patron->id,
2877
                date              => '1970-01-01 14:00:01',
2877
                date              => '1970-01-01 14:00:01',
2878
                amountoutstanding =>  0,
2878
                amountoutstanding => 0,
2879
                amount            => -5,
2879
                amount            => -5,
2880
                interface         => 'commandline',
2880
                interface         => 'commandline',
2881
                credit_type_code  => 'PAYMENT'
2881
                credit_type_code  => 'PAYMENT'
2882
- 

Return to bug 40154