Ajout paramètre projet manquant
This commit is contained in:
parent
33704f6485
commit
584f47bf84
|
@ -21,6 +21,7 @@ type Params struct {
|
||||||
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