Bugzilla – Attachment 94025 Details for
Bug 23806
FinePaymentAutoPopup does not trigger pop-up for writeoff by "Write off" button
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23806: FinePaymentAutoPopup does not trigger pop-up for writeoff by "Write off" button
Bug-23806-FinePaymentAutoPopup-does-not-trigger-po.patch (text/plain), 904 bytes, created by
Kyle M Hall (khall)
on 2019-10-11 16:11:11 UTC
(
hide
)
Description:
Bug 23806: FinePaymentAutoPopup does not trigger pop-up for writeoff by "Write off" button
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2019-10-11 16:11:11 UTC
Size:
904 bytes
patch
obsolete
>From e84b69816884b271af40c360b708df3076245f2f Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 11 Oct 2019 09:07:14 -0700 >Subject: [PATCH] Bug 23806: FinePaymentAutoPopup does not trigger pop-up for > writeoff by "Write off" button > >--- > members/pay.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/members/pay.pl b/members/pay.pl >index a5467b2676..4847ac1aa4 100755 >--- a/members/pay.pl >+++ b/members/pay.pl >@@ -112,7 +112,7 @@ elsif ( $input->param('confirm_writeoff') ) { > . "&error_over=1" ); > > } else { >- Koha::Account->new( { patron_id => $borrowernumber } )->pay( >+ $payment_id = Koha::Account->new( { patron_id => $borrowernumber } )->pay( > { > amount => $amount, > lines => [ scalar Koha::Account::Lines->find($accountlines_id) ], >-- >2.21.0 (Apple Git-122)
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 23806
:
94025
|
94273
|
95153