File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import React from 'react';
22import { AnimalRequestModel , AnimalRequestProps } from '../../components/RequestUtils' ;
33import {
44 existingMarmosetColonyOptions ,
5- existingNHPFacilityOptions ,
5+ existingNHPFacilityOptions , fundingSourceOptions ,
66 IACUCApprovalOptions ,
77 institutionTypeOptions
88} from '../../AnimalRequest/components/values' ;
@@ -144,6 +144,12 @@ export default function ReadOnlyRequest(props: {requestData: AnimalRequestModel}
144144 ] )
145145 } ) : 'N/A' }
146146 </ Grid >
147+ < StyledGridFieldLabel item xs = { 2 } >
148+ < div > Funding Source(s): </ div >
149+ </ StyledGridFieldLabel >
150+ < Grid item xs = { 10 } >
151+ { translateRawToDisplayValue ( requestData . request . fundingsource , fundingSourceOptions , true ) }
152+ </ Grid >
147153 </ Grid >
148154
149155 < p />
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ export class AnimalRequestProps {
2929 officiallastname : string ;
3030 officialfirstname : string ;
3131 officialemail : string ;
32+ fundingsource : string ;
3233 experimentalrationale : string ;
3334 breedinganimals : string ;
3435 breedingpurpose : string ;
You can’t perform that action at this time.
0 commit comments