Skip to content

Commit

Permalink
Allow empty IBAN for CSV import
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinKlar committed Jul 6, 2024
1 parent 042a98c commit c1cc4fa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/link/biosmarcel/baka/view/PaymentsView.java
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,6 @@ protected void onTabActivated() {
if (account.name == null || account.name.isBlank()) {
continue;
}
if (account.iban == null || account.iban.isBlank()) {
continue;
}
if (account.importFormat == null) {
continue;
}
Expand Down

0 comments on commit c1cc4fa

Please sign in to comment.