Skip to content

Commit dbb319a

Browse files
committed
use the poNumber in place of the identifier for POs to match the marketplace
1 parent 052a418 commit dbb319a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compounds/Document/Document.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const Document = ({ document, addClass }) => {
2121
{documentType}
2222
</div>
2323
<div className='border-end p-2'>
24-
<b>{identifier}:</b> {subtotalPrice}
24+
<b>{(documentType === 'SOW') ? identifier : poNumber}:</b> {subtotalPrice}
2525
</div>
2626
<small className='text-muted fw-light p-2'>
2727
{date}

0 commit comments

Comments
 (0)