Ajout paramètre projet manquant
This commit is contained in:
parent
33704f6485
commit
584f47bf84
|
@ -17,10 +17,11 @@ type Project struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type Params struct {
|
type Params struct {
|
||||||
TaskCategories map[TaskCategoryID]TaskCategory `json:"taskCategories"`
|
TaskCategories map[TaskCategoryID]TaskCategory `json:"taskCategories"`
|
||||||
TimeUnit TimeUnit `json:"timeUnit"`
|
TimeUnit TimeUnit `json:"timeUnit"`
|
||||||
Currency string `json:"currency"`
|
Currency string `json:"currency"`
|
||||||
RoundUpEstimations bool `json:"roundUpEstimations"`
|
RoundUpEstimations bool `json:"roundUpEstimations"`
|
||||||
|
HideFinancialPreviewOnPrint bool `json:"hideFinancialPreviewOnPrint"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type TimeUnit struct {
|
type TimeUnit struct {
|
||||||
|
|
Loading…
Reference in New Issue