mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-06-15 04:51:42 +00:00
hotfix: remove default value for quantity field
This commit is contained in:
@@ -251,11 +251,11 @@ const SalesOrderProductForm = ({
|
||||
);
|
||||
setSelectedProductWarehouse(productWarehouse || null);
|
||||
formik.setFieldValue('product_warehouse_data', productWarehouse || null);
|
||||
formik.setFieldValue('qty', productWarehouse?.quantity);
|
||||
|
||||
if (productWarehouse?.quantity) {
|
||||
handleFieldChange('qty', productWarehouse?.quantity);
|
||||
}
|
||||
// comment default value for quantity by request on 15 June 2026
|
||||
// if (productWarehouse?.quantity) {
|
||||
// handleFieldChange('qty', productWarehouse?.quantity);
|
||||
// }
|
||||
|
||||
formik.setFieldValue('uom', productWarehouse?.product?.uom?.name || '');
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user