We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e00e321 commit 69177ffCopy full SHA for 69177ff
src/routes/projectReports/LookRun.js
@@ -44,7 +44,7 @@ LookApi.prototype.findProjectBudget = function (connectProjectId, isManager, isA
44
const fields = [
45
'project_stream.tc_connect_project_id',
46
'project_stream.total_invoiced_amount',
47
- 'project_stream.remaining_invoiced_budget'
+ 'project_stream.remaining_invoiced_budget',
48
];
49
50
// Manager roles have access to more fields.
0 commit comments