workflow scheduler create booking with a booking execution lot id

This commit is contained in:
mr
2025-02-12 16:08:15 +01:00
parent 576f53f81b
commit c7c1535ba9
2 changed files with 13 additions and 13 deletions

View File

@@ -23,7 +23,7 @@ func GetPlannerNearestStart(start time.Time, planned map[tools.DataType][]pricin
return near
}
func GetPlannerLongestTime(end *time.Time, planned map[tools.DataType][]pricing.PricedItemITF, request *tools.APIRequest) float64 {
func GetPlannerLongestTime(end *time.Time, planned map[tools.DataType]map[string]pricing.PricedItemITF, request *tools.APIRequest) float64 {
if end == nil {
return -1
}