Bugzilla – Attachment 62364 Details for
Bug 16895
Allow writeoffs via SIP2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16895 [QA Followup] - Don't require fee payment to be exact full payment
Bug-16895-QA-Followup---Dont-require-fee-payment-t.patch (text/plain), 834 bytes, created by
Kyle M Hall (khall)
on 2017-04-19 13:29:37 UTC
(
hide
)
Description:
Bug 16895 [QA Followup] - Don't require fee payment to be exact full payment
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2017-04-19 13:29:37 UTC
Size:
834 bytes
patch
obsolete
>From 7a74dd3eb364e579d2db6becc525a26117ff2607 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 19 Apr 2017 09:29:13 -0400 >Subject: [PATCH] Bug 16895 [QA Followup] - Don't require fee payment to be > exact full payment > >--- > C4/SIP/ILS/Transaction/FeePayment.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/SIP/ILS/Transaction/FeePayment.pm b/C4/SIP/ILS/Transaction/FeePayment.pm >index 9cedce5..fe49197 100644 >--- a/C4/SIP/ILS/Transaction/FeePayment.pm >+++ b/C4/SIP/ILS/Transaction/FeePayment.pm >@@ -57,7 +57,7 @@ sub pay { > > if ($fee_id) { > my $fee = Koha::Account::Lines->find($fee_id); >- if ( $fee && $fee->amountoutstanding == $amt ) { >+ if ( $fee ) { > $account->pay( > { > amount => $amt, >-- >2.10.2
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 16895
:
53268
|
55614
|
61377
|
62364
|
62377
|
62378
|
62379