diff --git a/src/pages/05_quotation/ProductServiceForm.vue b/src/pages/05_quotation/ProductServiceForm.vue index 03b7f54d..14ac0f45 100644 --- a/src/pages/05_quotation/ProductServiceForm.vue +++ b/src/pages/05_quotation/ProductServiceForm.vue @@ -237,7 +237,6 @@ function mapNode() { const pricePerUnit = p.product.vatIncluded ? precisionRound(price / (1 + (config.value?.vat || 0.07))) : price; - console.log(pricePerUnit); return { id: p.product.id, title: p.product.name, @@ -267,7 +266,6 @@ function mapNode() { ? precisionRound(price / (1 + (config.value?.vat || 0.07))) : price; - console.log(pricePerUnit); return { id: v.id, title: v.name,