https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18762

Fridolin SOMERS <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
                   |                            |m

--- Comment #20 from Fridolin SOMERS <[email protected]> ---
Just to be clear on TT syntax.

There is a change :
-[% IF fines > 0 %]
+[% IF fines and fines > 0 %]

But also :
-    [% IF count > 0 %]
+    [% IF count %]

Why not using the same compact [% IF var %] ?
Is it false with undef and "0" right ?

--- Comment #21 from Jonathan Druart <[email protected]> 
---
Yes it is the same.

--- Comment #22 from Fridolin SOMERS <[email protected]> ---
(In reply to Jonathan Druart from comment #21)
> Yes it is the same.

Ok thanks a lot

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to