diff --git a/models/resources/priced_resource.go b/models/resources/priced_resource.go index 161be32..c479220 100755 --- a/models/resources/priced_resource.go +++ b/models/resources/priced_resource.go @@ -46,6 +46,7 @@ func (abs *PricedResource) IsPurchasable() bool { } func (abs *PricedResource) IsBooked() bool { + return true // For dev purposes, prevent that DB objects that don't have a Pricing are considered as not booked if abs.SelectedPricing == nil { return false }