mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 05:22:02 +00:00
refactor(FE-212): update default unit of measure in PurchaseOrderAcceptApprovalForm
This commit is contained in:
@@ -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 || '',
|
||||
|
||||
Reference in New Issue
Block a user