diff --git a/components/materialComposing.vue b/components/materialComposing.vue index b3c802a..201f3ce 100644 --- a/components/materialComposing.vue +++ b/components/materialComposing.vue @@ -53,7 +53,7 @@ const setRowData = (row) => { let product = products.value.find(i => i.id === row.product) row.unit = product.unit - row.price = product.sellingPrice + row.price = product.selling_price calculateTotalMaterialPrice() }