Bugzilla – Attachment 95233 Details for
Bug 23788
Writing off multiple fees allows 'overpayment' of those fees
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23788: Rename $select_lines to $selected_lines
Bug-23788-Rename-selectlines-to-selectedlines.patch (text/plain), 1.46 KB, created by
Martin Renvoize (ashimema)
on 2019-11-08 15:38:43 UTC
(
hide
)
Description:
Bug 23788: Rename $select_lines to $selected_lines
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-11-08 15:38:43 UTC
Size:
1.46 KB
patch
obsolete
>From a50285001c2c7a5ceacf9d8a1ba0e2ab5aafc825 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 9 Oct 2019 12:45:33 -0400 >Subject: [PATCH] Bug 23788: Rename $select_lines to $selected_lines > >Signed-off-by: Sean McGarvey <seanm@pascolibraries.org> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > members/paycollect.pl | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/members/paycollect.pl b/members/paycollect.pl >index e4dd2e44aa..ef81b53e22 100755 >--- a/members/paycollect.pl >+++ b/members/paycollect.pl >@@ -69,7 +69,7 @@ my $total_due = $account->outstanding_debits->total_outstanding; > > my $total_paid = $input->param('paid'); > >-my $select_lines = $input->param('selected'); >+my $selected_lines = $input->param('selected'); > my $pay_individual = $input->param('pay_individual'); > my $selected_accts = $input->param('selected_accts'); > my $payment_note = uri_unescape scalar $input->param('payment_note'); >@@ -127,10 +127,10 @@ if ( $pay_individual || $writeoff_individual ) { > individual_description => $description, > payment_note => $payment_note, > ); >-} elsif ($select_lines) { >+} elsif ($selected_lines) { > $total_due = $input->param('amt'); > $template->param( >- selected_accts => $select_lines, >+ selected_accts => $selected_lines, > amt => $total_due, > selected_accts_notes => scalar $input->param('notes'), > ); >-- >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 23788
:
93932
|
93933
|
93934
|
93935
|
93936
|
94276
|
94277
|
94278
|
94786
|
94787
|
94788
|
94789
|
95232
| 95233 |
95234