Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a8758a6b

Von Moritz Bunkus vor etwa 2 Monaten hinzugefügt

  • ID a8758a6b7fd5c3f532d4ac1a05e53c1b1174a31f
  • Vorgänger bb71c315

MT940-Import: Ende-zu-Ende-ID extrahieren & in bank_transactions.end_to_end_id speichern

Unterschiede anzeigen:

templates/webpages/bank_import/import_mt940.html
57 57
      <th>[% LxERP.t8("Amount") %]</th>
58 58
      <th>[% LxERP.t8("Remote account") %]</th>
59 59
      <th>[% LxERP.t8("Local account") %]</th>
60
      <th>[% LxERP.t8("End to end ID") %]</th>
60 61
      <th>[% LxERP.t8("Information") %]</th>
61 62
    </tr>
62 63
  </thead>
......
75 76
          [% END %]
76 77
        </td>
77 78
        <td>[% HTML.escape(transaction.bank_account.name) %]</td>
79
        <td>[% HTML.escape(transaction.end_to_end_id) %]</td>
78 80
        <td>
79 81
          [% IF transaction.error %]
80 82
            [% HTML.escape(transaction.error) %]

Auch abrufbar als: Unified diff