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 052a418 commit dbb319aCopy full SHA for dbb319a
src/compounds/Document/Document.jsx
@@ -21,7 +21,7 @@ const Document = ({ document, addClass }) => {
21
{documentType}
22
</div>
23
<div className='border-end p-2'>
24
- <b>{identifier}:</b> {subtotalPrice}
+ <b>{(documentType === 'SOW') ? identifier : poNumber}:</b> {subtotalPrice}
25
26
<small className='text-muted fw-light p-2'>
27
{date}
0 commit comments