mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE-212): update default unit of measure in PurchaseOrderAcceptApprovalForm
This commit is contained in:
@@ -194,7 +194,7 @@ const PurchaseOrderAcceptApprovalForm = ({
|
|||||||
product: {
|
product: {
|
||||||
name: item.product.name,
|
name: item.product.name,
|
||||||
product_category: item.product.product_category || '',
|
product_category: item.product.product_category || '',
|
||||||
uom: item.product.uom || { name: 'unit' },
|
uom: item.product.uom || { name: '' },
|
||||||
},
|
},
|
||||||
warehouse: {
|
warehouse: {
|
||||||
name: item.warehouse?.name || '',
|
name: item.warehouse?.name || '',
|
||||||
|
|||||||
Reference in New Issue
Block a user