mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 15:25:46 +00:00
refactor(FE-208): display formatted total and subtotal quantities in PurchaseOrderInvoice for improved clarity
This commit is contained in:
@@ -459,6 +459,7 @@ const PurchaseOrderInvoice = ({ data }: PurchaseOrderInvoiceProps) => {
|
|||||||
{item.product?.name || '-'}
|
{item.product?.name || '-'}
|
||||||
</Text>
|
</Text>
|
||||||
<Text style={pdfStyles.innerCellRightLast}>
|
<Text style={pdfStyles.innerCellRightLast}>
|
||||||
|
{formatNumber(item.total_qty || 0)} of{' '}
|
||||||
{formatNumber(item.sub_qty || 0)}
|
{formatNumber(item.sub_qty || 0)}
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
|
|||||||
Reference in New Issue
Block a user