|
Lines 2886-2892
subtest 'store() tests' => sub {
Link Here
|
| 2886 |
{ |
2886 |
{ |
| 2887 |
borrowernumber => $patron->id, |
2887 |
borrowernumber => $patron->id, |
| 2888 |
date => '1970-01-01 14:00:01', |
2888 |
date => '1970-01-01 14:00:01', |
| 2889 |
amountoutstanding => 0, |
2889 |
amountoutstanding => 0, |
| 2890 |
amount => -5, |
2890 |
amount => -5, |
| 2891 |
interface => 'commandline', |
2891 |
interface => 'commandline', |
| 2892 |
credit_type_code => 'PAYMENT' |
2892 |
credit_type_code => 'PAYMENT' |
| 2893 |
- |
|
|