refactor(FE-212): update default unit of measure in PurchaseOrderAcceptApprovalForm

This commit is contained in:
rstubryan
2025-11-20 23:52:35 +07:00
parent 51f157dfad
commit e00b7bc3f2
@@ -194,7 +194,7 @@ const PurchaseOrderAcceptApprovalForm = ({
product: {
name: item.product.name,
product_category: item.product.product_category || '',
uom: item.product.uom || { name: 'unit' },
uom: item.product.uom || { name: '' },
},
warehouse: {
name: item.warehouse?.name || '',