Fixed Calc on select

This commit is contained in:
2025-04-22 09:37:47 +02:00
parent b310d96482
commit 34b566343f
2 changed files with 4 additions and 0 deletions

View File

@@ -56,6 +56,8 @@ const setRowData = (row) => {
row.unit = product.unit row.unit = product.unit
row.price = product.sellingPrice row.price = product.sellingPrice
calculateTotalMaterialPrice()
} }
</script> </script>

View File

@@ -57,6 +57,8 @@ const setRowData = (row) => {
row.purchasePrice = hourrate.purchasePrice row.purchasePrice = hourrate.purchasePrice
row.price = hourrate.sellingPrice row.price = hourrate.sellingPrice
calculateTotalPersonalPrice()
} }
</script> </script>