From bf9801d4bbedf2ed1d376428aaae44f2300c2b78 Mon Sep 17 00:00:00 2001 From: "G. Richardson" Date: Tue, 30 May 2017 15:01:41 +0200 Subject: [PATCH] Part Controller history - Artikelnummer mit anzeigen --- templates/webpages/part/history.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/templates/webpages/part/history.html b/templates/webpages/part/history.html index 91846752d..d8931fb07 100644 --- a/templates/webpages/part/history.html +++ b/templates/webpages/part/history.html @@ -3,15 +3,17 @@ - - - + + + + [% FOREACH history = history_entries %] + [% END %]
[% 'Time' | $T8 %][% 'Aktion' | $T8 %][% 'Employee' | $T8 %][% 'Time' | $T8 %][% 'Aktion' | $T8 %][% 'Employee' | $T8 %][% 'Partnumber' | $T8 %]
[% history.itime.to_kivitendo %] [% history.itime.to_kivitendo_time %] [% history.addition | $T8 %] [% HTML.escape(history.employee.name) %][% HTML.escape(history.parsed_snumber) %]
-- 2.20.1