From cd7ea891c27e2c12957950c8132f2bedb3555da0 Mon Sep 17 00:00:00 2001 From: Michael Hoennig Date: Mon, 15 Jan 2024 17:01:25 +0100 Subject: [PATCH] revert accidental comment about billingContact --- .../hsadminng/hs/office/migration/ImportOfficeTables.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/net/hostsharing/hsadminng/hs/office/migration/ImportOfficeTables.java b/src/test/java/net/hostsharing/hsadminng/hs/office/migration/ImportOfficeTables.java index f5ea4489..84f6cb3c 100644 --- a/src/test/java/net/hostsharing/hsadminng/hs/office/migration/ImportOfficeTables.java +++ b/src/test/java/net/hostsharing/hsadminng/hs/office/migration/ImportOfficeTables.java @@ -489,7 +489,7 @@ public class ImportOfficeTables extends ContextBasedTest { .debitorNumberSuffix((byte) 0) .defaultPrefix(rec.getString("member_code").replace("hsh00-", "")) .partner(partner) - //.billingContact(partner.getContact()) // TODO falsch + .billingContact(partner.getContact()) // TODO falsch .billable(rec.isEmpty("free")) .vatReverseCharge(rec.getBoolean("exempt_vat")) .vatBusiness("GROSS".equals(rec.getString("indicator_vat"))) // TODO: remove