Bugzilla – Attachment 34450 Details for
Bug 13461
Circ always asking for confirmation if RentalFeesCheckoutConfirmation is used
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 13461 - Circ always asking for confirmation if RentalFeesCheckoutConfirmation is used
PASSED-QA-Bug-13461---Circ-always-asking-for-confi.patch (text/plain), 1.24 KB, created by
Martin Renvoize (ashimema)
on 2014-12-16 09:02:30 UTC
(
hide
)
Description:
[PASSED QA] Bug 13461 - Circ always asking for confirmation if RentalFeesCheckoutConfirmation is used
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2014-12-16 09:02:30 UTC
Size:
1.24 KB
patch
obsolete
>From e84686ec0c8b5aa6108eb699b5dc2751743318b2 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sun, 14 Dec 2014 22:31:04 +0100 >Subject: [PATCH] [PASSED QA] Bug 13461 - Circ always asking for confirmation > if RentalFeesCheckoutConfirmation is used > >To test: >- Check RentalFeesCheckoutConfirmation is activated >- Try to check out an item without rental fine >- Verify confirmation message without explanation > is shown >- Apply patch >- Verify confirmation message is no longer shown >- Configure itemtype to have rental fee >- Veirfy now the confirmation message appears as > it should > >Signed-off-by: Paola Rossi <paola.rossi@cineca.it> >--- > C4/Circulation.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Circulation.pm b/C4/Circulation.pm >index f24f2f7..5f7e866 100644 >--- a/C4/Circulation.pm >+++ b/C4/Circulation.pm >@@ -928,7 +928,7 @@ sub CanBookBeIssued { > > if ( $rentalConfirmation ){ > my ($rentalCharge) = GetIssuingCharges( $item->{'itemnumber'}, $borrower->{'borrowernumber'} ); >- if ( $rentalCharge ){ >+ if ( $rentalCharge > 0 ){ > $rentalCharge = sprintf("%.02f", $rentalCharge); > $needsconfirmation{RENTALCHARGE} = $rentalCharge; > } >-- >1.7.10.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 13461
:
34383
|
34415
| 34450