Bug 33411: (follow-up) Set debit type for mocked fines
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
a0c002a6d7
commit
1f265d7d4a
1 changed files with 1 additions and 0 deletions
|
@ -320,6 +320,7 @@ subtest "NoIssuesChargeGuarantees tests" => sub {
|
|||
value => {
|
||||
borrowernumber => $sibling->borrowernumber,
|
||||
amountoutstanding => 11.11,
|
||||
debit_type_code => 'OVERDUE',
|
||||
}
|
||||
}
|
||||
)->store;
|
||||
|
|
Loading…
Reference in a new issue