Bugzilla – Attachment 42598 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), 786 bytes, created by
Matthias Meusburger
on 2015-09-16 14:14:20 UTC
(
hide
)
Description:
Bug 14368 [Follow-up]: Add filter on borrower when displaying discharges history on borrower's page.
Filename:
MIME Type:
Creator:
Matthias Meusburger
Created:
2015-09-16 14:14:20 UTC
Size:
786 bytes
patch
obsolete
>From 9277e6bb29ce50142550fa235ce12023886604be 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. > >--- > 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'}, > }); > >-- >1.7.10.4
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