@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt @@ -224,7 +224,7 @@ Item types administration [%# The tax rate is only useful if the item are created on ordering and if the item type is defined at the biblio level %] - [% IF Koha.Preference('AcqCreateItem') eq 'ordering' and Koha.Preference('item-level_itypes') eq '0' %] + [% IF Koha.Preference('AcqCreateItem') == 'ordering' and Koha.Preference('item-level_itypes') == '0' %]