Re-add curiously removed code.

This commit is contained in:
Bryan Mauger 2023-10-05 15:48:19 -04:00
parent 16e2c6499e
commit a9cb33305b

View file

@ -110,6 +110,7 @@ export default {
);
}
});
return totalPrice;
},
getTotalLineItemPrice(lineItem) {
return lineItem.kitPrice + lineItem.laborAmount + lineItem.sellingPrice;