diff --git a/src/components/POLine/POLineView.js b/src/components/POLine/POLineView.js index bc2625f30..dcf1fa283 100644 --- a/src/components/POLine/POLineView.js +++ b/src/components/POLine/POLineView.js @@ -33,6 +33,7 @@ import { } from '@folio/stripes/smart-components'; import { + DonorsListContainer, FundDistributionView, handleKeyCommand, ORDER_FORMATS, @@ -396,6 +397,12 @@ const POLineView = ({ /> )} + } + id={ACCORDION_ID.donorsInformation} + > + + } id="Vendor" diff --git a/src/components/POLine/POLineView.test.js b/src/components/POLine/POLineView.test.js index b1e7d2601..8b2888130 100644 --- a/src/components/POLine/POLineView.test.js +++ b/src/components/POLine/POLineView.test.js @@ -37,6 +37,7 @@ jest.mock('@folio/stripes-acq-components', () => ({ protectDelete: false, }, }), + DonorsListContainer: jest.fn().mockReturnValue('DonorsListContainer'), FundDistributionView: jest.fn(() => 'FundDistributionView'), })); jest.mock('@folio/stripes/smart-components', () => ({