diff --git a/src/stores/Products/Index.js b/src/stores/Products/Index.js index 182be8c..98f4cc0 100644 --- a/src/stores/Products/Index.js +++ b/src/stores/Products/Index.js @@ -277,6 +277,7 @@ export const useProductsStore = create( return { ...prevQuotation, + audit_state_id: -1, adult_cost: formValues.adult_cost, child_cost: formValues.child_cost, currency: formValues.currency,