Revision 1a03261e
Von Cem Aydin vor 5 Tagen hinzugefügt
SL/Controller/SimpleSystemSetting.pm | ||
---|---|---|
32 | 32 |
list_attributes => [ |
33 | 33 |
{ method => 'name', title => t8('Name'), }, |
34 | 34 |
{ method => 'iban', title => t8('IBAN'), }, |
35 |
{ method => 'qr_iban', title => t8('QR-IBAN (Swiss)'), }, |
|
35 | 36 |
{ method => 'bank', title => t8('Bank'), }, |
36 | 37 |
{ method => 'bank_code', title => t8('Bank code'), }, |
37 | 38 |
{ method => 'bank_account_id', title => t8('Bank Account Id Number (Swiss)'), }, |
Auch abrufbar als: Unified diff
Bankkonto Informationen Spalte für QR-IBAN (Schweiz)
Bisher haben wir für die QR-IBAN eine zusätzliche Zeile bei den
Bankkonten erfasst. Die QR-IBAN wird aber jeweils als zusätzliche IBAN
für ein existierendes Bankkonto vergeben.
Daher sollte diese stattdessen als zusätzliche Spalte erfasst werden.
Dies ermöglicht dann auch das Buchen auf das entsprechende Konto.