Bugzilla – Attachment 42672 Details for
Bug 14368
Add discharges history
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14368 [Follow-up]: Add filter on borrower when displaying discharges history on borrower's page.
Bug-14368-Follow-up-Add-filter-on-borrower-when-di.patch (text/plain), 853 bytes, created by
Jonathan Druart
on 2015-09-17 14:03:25 UTC
(
hide
)
Description:
Bug 14368 [Follow-up]: Add filter on borrower when displaying discharges history on borrower's page.
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-09-17 14:03:25 UTC
Size:
853 bytes
patch
obsolete
>From 6dc374920033e94cada219c9dedf4a5d1c99264b Mon Sep 17 00:00:00 2001 >From: Matthias Meusburger <matthias.meusburger@biblibre.com> >Date: Wed, 16 Sep 2015 16:13:21 +0200 >Subject: [PATCH] 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> >--- > members/discharge.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/members/discharge.pl b/members/discharge.pl >index 9c0fdef..61a73fa 100755 >--- a/members/discharge.pl >+++ b/members/discharge.pl >@@ -100,6 +100,7 @@ if ( $input->param('borrowernumber') ) { > > # Already generated discharges > my $validated_discharges = Koha::Borrower::Discharge::get_validated({ >+ borrowernumber => $borrowernumber, > branchcode => $data->{'branchcode'}, > }); > >-- >2.1.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 14368
:
40079
|
40171
|
40508
|
40512
|
42593
|
42598
|
42640
|
42670
|
42671
| 42672 |
42673
|
42720
|
42723
|
42930