Skip to content

Commit

Permalink
fix reporting descriptions for nested group
Browse files Browse the repository at this point in the history
  • Loading branch information
Onatcer committed Dec 3, 2024
1 parent 87c8cb0 commit d3f2d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Pages/Reporting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ const tableData = computed(() => {
cost: el.cost,
description: getNameForReportingRowEntry(
el.key,
el.grouped_type
entry.grouped_type
),
};
}) ?? [],
Expand Down

0 comments on commit d3f2d0a

Please sign in to comment.