mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +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 || '-'}
|
||||
</Text>
|
||||
<Text style={pdfStyles.innerCellRightLast}>
|
||||
{formatNumber(item.total_qty || 0)} of{' '}
|
||||
{formatNumber(item.sub_qty || 0)}
|
||||
</Text>
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user