hr-holidays
hr-holidays copied to clipboard
[FIX] allow batch actions on custom_hour_interval
As described on #103, when approving company-level leaves, the custom_hour_interval raises a Expected singleton
error.
This PR fixes that by replacing the object from we're getting the request_time_hour_from
to the individual leave rather the entire self
object.