Bugzilla – Attachment 38147 Details for
Bug 14014
Argument "" isn't numeric in numeric gt (>) in circulation.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14014 - Argument "" isn't numeric in numeric gt (>) in circulation.tt
Bug-14014---Argument--isnt-numeric-in-numeric-gt--.patch (text/plain), 1.27 KB, created by
Mark Tompsett
on 2015-04-20 00:55:16 UTC
(
hide
)
Description:
Bug 14014 - Argument "" isn't numeric in numeric gt (>) in circulation.tt
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2015-04-20 00:55:16 UTC
Size:
1.27 KB
patch
obsolete
>From ccde657b5c09b24a861a8abb5e3684986ca655a1 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Sun, 19 Apr 2015 21:04:21 +0200 >Subject: [PATCH] Bug 14014 - Argument "" isn't numeric in numeric gt (>) in > circulation.tt > >To test: > >Do some checkouts >In intranet-error.log you get lines similar to: >circulation.pl: Argument "" isn't numeric in numeric gt (>) at /usr/share/kohaclone/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt line 217. > >Apply patch >The warning should no longer appear. > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >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 233114d..7d323ec 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -211,8 +211,7 @@ $(document).ready(function() { > [% IF ( DEBT ) %] > <li>The patron has a debt of [% DEBT %].</li> > [% END %] >- >-[% IF ( RENTALCHARGE > 0 ) %] >+[% IF ( RENTALCHARGE && 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 14014
:
38139
|
38147
|
38171