diff --git a/config/host.go b/config/host.go index b8ed735..44f82c1 100644 --- a/config/host.go +++ b/config/host.go @@ -25,7 +25,7 @@ type HostItem struct { MustSyncCalendar bool HasEndDate bool // Amount of taxes in EUR. If not zero, a tax item will be added to the invoice - Taxes float64 // TODO: create taxes auto if taxable item + Taxes float64 } func NewHost() *Host { @@ -70,10 +70,6 @@ func NewHost() *Host { Name: "Transport", Price: 20.0, }, - "Taxes": { // TODO: remove after auto creation enabled - Name: "Taxes", - Price: 1.5, - }, }, } }