05/07 Fixed Export by Building function: quarter-rounded Daily Hours

This commit is contained in:
2026-05-07 19:37:54 -04:00
parent 1960e84d4e
commit f591384b12
+1 -1
View File
@@ -1837,7 +1837,7 @@ def export_time_attendance_by_building_excel(records, project_name_for_filename,
if _bb_eff_wt not in ('SP', 'PW', 'PT'):
regular_only_hours += _bb_dur
daily_hours = round(daily_hours, 2)
daily_hours = _qtr(daily_hours)
weekly_total_hours += daily_hours
# Write pairs