Bugzilla – Attachment 114510 Details for
Bug 26536
"Writeoff/Pay selected" deducts from old unpaid debts first
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[20.05.x] Bug 26536: Assignment fix
2005x-Bug-26536-Assignment-fix.patch (text/plain), 1.45 KB, created by
Martin Renvoize (ashimema)
on 2020-12-18 09:04:06 UTC
(
hide
)
Description:
[20.05.x] Bug 26536: Assignment fix
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-12-18 09:04:06 UTC
Size:
1.45 KB
patch
obsolete
>From 6db96eb68946b7b4cd62b66412cee1a738fe2441 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 2 Oct 2020 16:17:39 +0100 >Subject: [PATCH] [20.05.x] Bug 26536: Assignment fix > >Whilst working on this bug I found a weird inconsistent variable assignment line > >Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >JD: Amended commit message: fix bug number >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > members/paycollect.pl | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/members/paycollect.pl b/members/paycollect.pl >index 9135396056..cef9a70612 100755 >--- a/members/paycollect.pl >+++ b/members/paycollect.pl >@@ -229,7 +229,7 @@ if ( $total_paid and $total_paid ne '0.00' ) { > } > else { > my $note = $input->param('selected_accts_notes'); >- $pay_result = $payment_id = $account->pay( >+ $pay_result = $account->pay( > { > amount => $total_paid, > library_id => $library_id, >@@ -240,6 +240,7 @@ if ( $total_paid and $total_paid ne '0.00' ) { > cash_register => $registerid > } > ); >+ $payment_id = $pay_result->{payment_id}; > } > $payment_id = $pay_result->{payment_id}; > >-- >2.20.1
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 26536
:
111209
|
111210
|
111211
|
111268
|
111269
|
111270
|
111658
|
111659
|
111660
|
111701
|
114508
|
114509
| 114510