Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 642565a3

Von Moritz Bunkus vor etwa 1 Monat hinzugefügt

  • ID 642565a34de3ad9f4fc1c78ce86851f377d982a0
  • Vorgänger 78061e54
  • Nachfolger 9c0429ad

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