revert accidental comment about billingContact

This commit is contained in:
Michael Hoennig 2024-01-15 17:01:25 +01:00
parent 2f3e4038e4
commit cd7ea891c2

View File

@ -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