]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/part/history.html
Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[mfinanz.git] / templates / webpages / part / history.html
index 91846752d9249b3388389f34cbe75df16dfc8040..d8931fb0732e24d0cbf5b242fab41bf225157cdd 100644 (file)
@@ -3,15 +3,17 @@
 
 <table>
 <tr>
-<th>[% 'Time' | $T8 %]</th>
-<th>[% 'Aktion' | $T8 %]</th>
-<th>[% 'Employee' | $T8 %]</th>
+<th>[% 'Time'       | $T8 %]</th>
+<th>[% 'Aktion'     | $T8 %]</th>
+<th>[% 'Employee'   | $T8 %]</th>
+<th>[% 'Partnumber' | $T8 %]</th>
 </tr>
 [% FOREACH history = history_entries %]
 <tr>
  <td>[% history.itime.to_kivitendo %] [% history.itime.to_kivitendo_time %]</td>
  <td>[% history.addition | $T8 %]</td>
  <td>[% HTML.escape(history.employee.name) %]</td>
+ <td>[% HTML.escape(history.parsed_snumber) %]</td>
 </tr>
 [% END %]
 </table>