Bug 14368: [Follow-up] Add filter on borrower when displaying discharges history on borrower's page.
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar>
This commit is contained in:
parent
0f56f2b7fc
commit
ecdfa41f84
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ if ( $input->param('borrowernumber') ) {
|
|||
|
||||
# Already generated discharges
|
||||
my $validated_discharges = Koha::Borrower::Discharge::get_validated({
|
||||
borrowernumber => $borrowernumber,
|
||||
branchcode => $data->{'branchcode'},
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue