Bugzilla – Attachment 33902 Details for
Bug 12820
SIP2 does not send rental charge fee!
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12820 [QA Followup] - Let Koha calculate fee for Checkout
Bug-12820-QA-Followup---Let-Koha-calculate-fee-for.patch (text/plain), 991 bytes, created by
Kyle M Hall (khall)
on 2014-11-25 13:18:20 UTC
(
hide
)
Description:
Bug 12820 [QA Followup] - Let Koha calculate fee for Checkout
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2014-11-25 13:18:20 UTC
Size:
991 bytes
patch
obsolete
>From 1fd5312e3122d0e294c4c20f7afe0d2eb78be4dd Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 25 Nov 2014 06:18:30 -0500 >Subject: [PATCH] Bug 12820 [QA Followup] - Let Koha calculate fee for Checkout > >--- > C4/SIP/ILS/Transaction/Checkout.pm | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >diff --git a/C4/SIP/ILS/Transaction/Checkout.pm b/C4/SIP/ILS/Transaction/Checkout.pm >index edc1d04..32849c9 100644 >--- a/C4/SIP/ILS/Transaction/Checkout.pm >+++ b/C4/SIP/ILS/Transaction/Checkout.pm >@@ -125,6 +125,7 @@ sub do_checkout { > $debug and warn "do_checkout: calling AddIssue(\$borrower,$barcode, $overridden_duedate, 0)\n" > # . "w/ \$borrower: " . Dumper($borrower) > . "w/ C4::Context->userenv: " . Dumper(C4::Context->userenv); >+ $self->{fee_amount} = GetIssuingCharges($itemnumber, $borrower); > my $due_dt = AddIssue($borrower, $barcode, $overridden_duedate, 0); > if ($due_dt) { > $self->{due} = $due_dt->clone(); >-- >1.7.2.5
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 12820
:
31136
|
31153
|
33901
|
33902
|
33911
|
33994
|
35878
|
36155
|
37038
|
37039