Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision b55ff8df

Von Tamino Steinert vor 6 Monaten hinzugefügt

  • ID b55ff8df9140b9b71658ebb3028538a399e8dab9
  • Vorgänger 7138b173
  • Nachfolger bf0cbcd2

EmailJournal: Report um Obsolete, Belegtype und Verknüpft erweitert

Unterschiede anzeigen:

templates/design40_webpages/email_journal/list.html
25 25
      <th>[% L.sortable_table_header("sent_on") %]</th>
26 26
      <th>[% L.sortable_table_header("status") %]</th>
27 27
      <th>[% L.sortable_table_header("extended_status") %]</th>
28
      <th>[% L.sortable_table_header("record_type") %]</th>
29
      <th>[% L.sortable_table_header("obsolete") %]</th>
28 30
      <th>[% L.sortable_table_header("linked_to") %]</th>
29 31
    </tr>
30 32
  </thead>
......
40 42
      <td>[% HTML.escape(entry.sent_on.to_lxoffice('precision' => 'second')) %]</td>
41 43
      <td> [% P.email_journal.entry_status(entry) %] </td>
42 44
      <td>[% HTML.escape(entry.extended_status) %]</td>
45
      <td>[% HTML.escape(entry.record_type) %]</td>
46
      <td>[% HTML.escape(entry.obsolete_as_bool_yn) %]</td>
43 47
      <td>
44 48
        [% P.record.simple_grouped_record_list(entry.linked_records) %]
45 49
      </td>

Auch abrufbar als: Unified diff