mirror of
https://github.com/rjNemo/rentease.git
synced 2026-06-12 13:46:51 +00:00
remove legacy tax entry
This commit is contained in:
parent
b4e173289b
commit
cb2c6d9464
1 changed files with 1 additions and 5 deletions
|
|
@ -25,7 +25,7 @@ type HostItem struct {
|
||||||
MustSyncCalendar bool
|
MustSyncCalendar bool
|
||||||
HasEndDate bool
|
HasEndDate bool
|
||||||
// Amount of taxes in EUR. If not zero, a tax item will be added to the invoice
|
// 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 {
|
func NewHost() *Host {
|
||||||
|
|
@ -70,10 +70,6 @@ func NewHost() *Host {
|
||||||
Name: "Transport",
|
Name: "Transport",
|
||||||
Price: 20.0,
|
Price: 20.0,
|
||||||
},
|
},
|
||||||
"Taxes": { // TODO: remove after auto creation enabled
|
|
||||||
Name: "Taxes",
|
|
||||||
Price: 1.5,
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue