fix(pay-period): modify total hours calculation

This commit is contained in:
Matthieu Haineault 2025-09-09 10:00:42 -04:00
parent 8f3a4c13d1
commit 3be76b9c96

View File

@ -7,7 +7,7 @@ import type { PayPeriod } from 'src/modules/shared/types/pay-period-interface';
import type { PayPeriodOverviewEmployee } from "src/modules/timesheet-approval/types/timesheet-approval-pay-period-overview-employee-interface";
import type { PayPeriodReportFilters } from 'src/modules/timesheet-approval/types/timesheet-approval-pay-period-report-interface';
import type { Timesheet } from 'src/modules/timesheets/types/timesheet-interface';
import type{ CreateShiftPayload } from 'src/modules/timesheets/types/timesheet-shifts-payload-interface';
import type { CreateShiftPayload } from 'src/modules/timesheets/types/timesheet-shifts-payload-interface';
const default_pay_period: PayPeriod = {
pay_period_no: -1,