@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/ill/log/status_change.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/log/status_change.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/log/status_change.tt @@ -1,5 +1,5 @@

-[% log.timestamp | $KohaDates with_hours => 1 %] : Status changed +[% log.timestamp | $KohaDates with_hours => 1 %] : Status changed [% IF log.info.status_before %] [% before = log.info.status_before %] [% display_before = log.aliases.$before ? log.aliases.$before.lib : request.capabilities.$before.name %] --