Bugzilla – Attachment 62378 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), 930 bytes, created by
Marcel de Rooy
on 2017-04-19 14:38:41 UTC
(
hide
)
Description:
Bug 16895 [QA Followup] - Don't require fee payment to be exact full payment
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2017-04-19 14:38:41 UTC
Size:
930 bytes
patch
obsolete
>From 9a6b059db136eeed143ee5c5c12379c0816ef72f 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 >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > 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.1.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 16895
:
53268
|
55614
|
61377
|
62364
|
62377
| 62378 |
62379