Bugfix: Make smart-rules.tmpl display zero values in fields.
authorChris Nighswonger <cnighswonger@foundations.edu>
Wed, 10 Feb 2010 20:00:36 +0000 (15:00 -0500)
committerGalen Charlton <gmcharlt@gmail.com>
Thu, 11 Feb 2010 11:27:36 +0000 (06:27 -0500)
commit8d4d96f30906e018a665cefee9d94d657cfb1226
treeb417b8d158b5534febe6ebf100a50812fffde70b
parent02fd7edf85f330e3f5cdeeafc88bd018eee7729d
Bugfix: Make smart-rules.tmpl display zero values in fields.

Since TMPL_IFs evaluate false if the template variable is 0,
smart-rules.tmpl was not displaying zero values in fields where
the db field value was indeed zero which leads to some small confusion.

This patch removes the TMPL_IFs since those fields will always be
populated with some value even if it is zero.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tmpl