Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision bf9801d4

Von Kivitendo Admin vor mehr als 7 Jahren hinzugefügt

  • ID bf9801d4bbedf2ed1d376428aaae44f2300c2b78
  • Vorgänger bc7f4566
  • Nachfolger bf78e242

Part Controller history - Artikelnummer mit anzeigen

Unterschiede anzeigen:

templates/webpages/part/history.html
3 3

  
4 4
<table>
5 5
<tr>
6
<th>[% 'Time' | $T8 %]</th>
7
<th>[% 'Aktion' | $T8 %]</th>
8
<th>[% 'Employee' | $T8 %]</th>
6
<th>[% 'Time'       | $T8 %]</th>
7
<th>[% 'Aktion'     | $T8 %]</th>
8
<th>[% 'Employee'   | $T8 %]</th>
9
<th>[% 'Partnumber' | $T8 %]</th>
9 10
</tr>
10 11
[% FOREACH history = history_entries %]
11 12
<tr>
12 13
 <td>[% history.itime.to_kivitendo %] [% history.itime.to_kivitendo_time %]</td>
13 14
 <td>[% history.addition | $T8 %]</td>
14 15
 <td>[% HTML.escape(history.employee.name) %]</td>
16
 <td>[% HTML.escape(history.parsed_snumber) %]</td>
15 17
</tr>
16 18
[% END %]
17 19
</table>

Auch abrufbar als: Unified diff