-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Verrechnungskonto für Lastschriften #561
base: master
Are you sure you want to change the base?
Conversation
src/de/jost_net/JVerein/gui/view/EinstellungenAbrechnungView.java
Outdated
Show resolved
Hide resolved
@@ -45,8 +45,8 @@ public void bind() throws Exception | |||
control.getCt1SepaVersion()); | |||
cont.addLabelPair("SEPA XML-Version - Lastschrift", | |||
control.getSepaVersion()); | |||
cont.addLabelPair("Verechnungs-Konto f�r Lastschriften", | |||
control.getVerechnungskonto()); | |||
cont.addLabelPair("Verrechnungs-Konto f�r Lastschriften", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wollen wir es einheitlich "Verrechnungskonto" schreiben?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
habe ich geändert
@@ -34,7 +34,7 @@ public void run() throws ApplicationException | |||
execute(addColumn("einstellung", new Column("verrechnungskonto", | |||
COLTYPE.BIGINT, 20, null, false, false))); | |||
|
|||
// Standart Verechnungskonto setzen wie es auch bisher bestimmt wurde | |||
// Standart Verrechnungskonto setzen wie es auch bisher bestimmt wurde |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, fällt mir jetzt erst auf: "Standard"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
korrigiert
Wie in #429 besprochen habe ich eine Einstelllmöglichkeit für das Verrechnungskonto geschaffen.