Bugzilla – Attachment 30864 Details for
Bug 12448
Ask for confirmation when checking out an item with rental fees
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12448: Follow-up: Only ask confirmation when rental charge > 0
Bug-12448-Follow-up-Only-ask-confirmation-when-ren.patch (text/plain), 1.05 KB, created by
Katrin Fischer
on 2014-08-15 19:39:25 UTC
(
hide
)
Description:
Bug 12448: Follow-up: Only ask confirmation when rental charge > 0
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2014-08-15 19:39:25 UTC
Size:
1.05 KB
patch
obsolete
>From b272a9f4a93b7002496d4001667e6d0342e740e8 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Fri, 15 Aug 2014 21:35:45 +0200 >Subject: [PATCH] Bug 12448: Follow-up: Only ask confirmation when rental > charge > 0 > >To test: >- Check out an item with no rental charge >- Verify no confirmation message appears >- Check out an item with rental charge >- Verify rental charge shows >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >index 524f844..3fd3c46 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -163,7 +163,7 @@ $(document).ready(function() { > <li>The patron has a debt of [% DEBT %].</li> > [% END %] > >-[% IF ( RENTALCHARGE ) %] >+[% IF ( RENTALCHARGE > 0 ) %] > <li>Rental charge for this item: [% RENTALCHARGE %]</li> > [% END %] > >-- >1.9.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 12448
:
28954
|
29123
|
29124
|
29182
|
29311
|
29312
|
29313
|
29361
|
29362
|
29363
|
29364
|
29367
|
29368
|
29371
|
29372
|
29373
|
29374
|
29543
|
30307
|
30515
|
30862
| 30864 |
33434