Skip to content

Commit

Permalink
CO zones was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
samlown committed Sep 28, 2023
1 parent 05c1f7f commit 9816606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regimes/co/co.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func New() *tax.Regime {
Validator: Validate,
Calculator: Calculate,
IdentityTypeKeys: taxIdentityTypeDefs, // see tax_identity.go
// Zones: zones, // see zones.go
Zones: zones, // see zones.go
Corrections: []*tax.CorrectionDefinition{ // see preceding.go
{
Schema: bill.ShortSchemaInvoice,
Expand Down

0 comments on commit 9816606

Please sign in to comment.