Skip to content

Commit

Permalink
237: Fix header type/subtype. (#2421)
Browse files Browse the repository at this point in the history
  • Loading branch information
marklise authored Nov 5, 2024
1 parent 96f1fdf commit 39affb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epictrack-api/src/api/reports/resource_forecast_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def _fetch_data(self, report_date: datetime):
env_region.name.label("env_region"),
nrs_region.name.label("nrs_region"),
Work.id.label("work_id"),
func.concat(SubType.short_name, " (", Type.short_name, ")").label(
func.concat(Type.short_name, " (", SubType.short_name, ")").label(
"sector(sub)"
),
Project.fte_positions_operation.label("fte_positions_operation"),
Expand Down

0 comments on commit 39affb3

Please sign in to comment.