Bugzilla – Attachment 47703 Details for
Bug 15746
A random library is used to record an individual payment
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF]Bug 15746: Same fix for "write off"
SIGNED-OFFBug-15746-Same-fix-for-write-off.patch (text/plain), 946 bytes, created by
Héctor Eduardo Castro Avalos
on 2016-02-05 15:34:52 UTC
(
hide
)
Description:
[SIGNED-OFF]Bug 15746: Same fix for "write off"
Filename:
MIME Type:
Creator:
Héctor Eduardo Castro Avalos
Created:
2016-02-05 15:34:52 UTC
Size:
946 bytes
patch
obsolete
>From 326893cfa4b6300fd2ac4b0c106ff8f77f98d4ad Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 5 Feb 2016 10:58:20 +0000 >Subject: [PATCH] [SIGNED-OFF]Bug 15746: Same fix for "write off" > >Same fix as before for the "Write off" button next to the "Pay" button. > >Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> >--- > members/pay.pl | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/members/pay.pl b/members/pay.pl >index b2e3a1f..f1025f4 100755 >--- a/members/pay.pl >+++ b/members/pay.pl >@@ -67,8 +67,7 @@ our $borrower = GetMember( borrowernumber => $borrowernumber ); > our $user = $input->remote_user; > $user ||= q{}; > >-my $branches = GetBranches(); >-our $branch = GetBranch( $input, $branches ); >+our $branch = C4::Context->userenv->{'branch'}; > > my $writeoff_item = $input->param('confirm_writeoff'); > my $paycollect = $input->param('paycollect'); >-- >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 15746
:
47684
|
47685
|
47702
|
47703
|
47974
|
47975