Bug 25508: (QA follow-up) Add interface
These patches are making the call for an amount match the call for a specific line, we should also match the passing of interface to ensure the correct pref is checked Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
d4dc15ee36
commit
97c168704b
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ sub pay {
|
|||
# in order that we can potentially renew it, do so.
|
||||
my $amt = $old_amountoutstanding - $amount_to_pay;
|
||||
if ( $fine->renewable ) {
|
||||
my $outcome = $fine->renew_item;
|
||||
my $outcome = $fine->renew_item({ interface => $interface });
|
||||
push @{$renew_outcomes}, $outcome if $outcome;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue