Fix Service Saving
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user