Fixes a bug in Metrics.service_equipment_utilization() so that infrequently used/deployed servicing equipment can't artificially deflate the utilization of heavily used servicing equipment. This was caused through a default inner join in the annual usage, but has been updated to an outer join to ensure all relevant usage is included in the calculations.
Fixes a bug in
Metrics.service_equipment_utilization()
so that infrequently used/deployed servicing equipment can't artificially deflate the utilization of heavily used servicing equipment. This was caused through a default inner join in the annual usage, but has been updated to an outer join to ensure all relevant usage is included in the calculations.