Re-add curiously removed code.
This commit is contained in:
parent
16e2c6499e
commit
a9cb33305b
1 changed files with 1 additions and 0 deletions
|
|
@ -110,6 +110,7 @@ export default {
|
|||
);
|
||||
}
|
||||
});
|
||||
return totalPrice;
|
||||
},
|
||||
getTotalLineItemPrice(lineItem) {
|
||||
return lineItem.kitPrice + lineItem.laborAmount + lineItem.sellingPrice;
|
||||
|
|
|
|||
Loading…
Reference in a new issue