@@ -, +, @@ --- .../intranet-tmpl/prog/en/modules/tools/stockrotation.tt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt @@ -409,7 +409,11 @@ [% END %] - [% item.indemand ? 'Remove "In demand"' : 'Add "In demand"' | html %] + [% IF item.indemand %] + Remove "In demand" + [% ELSE %] + Add "In demand" + [% END %] [% IF !in_transit %] --