Skip to content

Commit 0fddd09

Browse files
committed
Remove customer tax id required for Poland
1 parent 72beee4 commit 0fddd09

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

addons/pl/favat/bill.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,6 @@ func billInvoiceRules() *rules.Set {
7272
rules.When(is.Func("not simplified", invoiceNotSimplified),
7373
rules.Field("customer",
7474
rules.Assert("09", "customer is required", is.Present),
75-
rules.Field("tax_id",
76-
rules.Assert("10", "customer tax ID is required", is.Present),
77-
),
7875
),
7976
),
8077
// Customer JST identity check (invoice-level, needs both customer.ext and customer.identities)

0 commit comments

Comments
 (0)