Skip to content

Commit

Permalink
Fixed business function not being displayed (#3330)
Browse files Browse the repository at this point in the history
  • Loading branch information
FuriousLlama authored Jul 18, 2023
1 parent e965943 commit 7f0db83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export const CompensationRequisitionDetailView: React.FunctionComponent<
{acqFileProduct?.code ?? ''}
</SectionField>
<SectionField label="Business function" labelWidth="4">
{acqFileProject?.code ?? ''}
{acqFileProject?.businessFunctionCode?.code ?? ''}
</SectionField>
<SectionField label="Work activity" labelWidth="4">
{acqFileProject?.workActivityCode?.code ?? ''}
Expand Down

0 comments on commit 7f0db83

Please sign in to comment.