https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18762 Fridolin SOMERS <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers@biblibre.co | |m --- Comment #20 from Fridolin SOMERS <fridolin.somers@biblibre.com> --- 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 <jonathan.druart@bugs.koha-community.org> --- Yes it is the same. --- Comment #22 from Fridolin SOMERS <fridolin.somers@biblibre.com> --- (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.