@@ -, +, @@ UPDATE suggestions SET manageddate='2021-01-01', suggesteddate='2021-01-01', date='2021-01-01 12:12:12'; SELECT date FROM suggestions; --- .../intranet-tmpl/prog/en/modules/suggestion/suggestion.tt | 4 ++++ 1 file changed, 4 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -733,6 +733,7 @@ Managed on Last modification by Last modification on + Last updated Library Fund Status @@ -800,6 +801,9 @@ [% IF ( suggestions_loo.lastmodificationdate ) %][% suggestions_loo.lastmodificationdate | $KohaDates %][% END %] + + [% suggestions_loo.date | $KohaDates %] + [% Branches.GetName( suggestions_loo.branchcode ) | html %] --