diff --git a/src/components/05_quotation/ProductItem.vue b/src/components/05_quotation/ProductItem.vue index 10bb420e..394a196c 100644 --- a/src/components/05_quotation/ProductItem.vue +++ b/src/components/05_quotation/ProductItem.vue @@ -14,6 +14,7 @@ import { QuotationPayload } from 'stores/quotations/types'; import { formatNumberDecimal } from 'stores/utils'; import { useConfigStore } from 'stores/config'; import { Product, Service, Work } from 'src/stores/product-service/types'; +import { read } from 'fs'; defineProps<{ readonly?: boolean; @@ -319,9 +320,10 @@ watch(