diff --git a/src/dispatch/static/dispatch/src/case_cost/CaseCostCard.vue b/src/dispatch/static/dispatch/src/case_cost/CaseCostCard.vue index 14f5ea7de122..abff2cb07ed5 100644 --- a/src/dispatch/static/dispatch/src/case_cost/CaseCostCard.vue +++ b/src/dispatch/static/dispatch/src/case_cost/CaseCostCard.vue @@ -72,7 +72,7 @@ export default { computed: { totalCost: function () { var totalCost = this.caseCosts.reduce(function (accumulator, item) { - if (item.case_cost_type.model_type == "Classic") { + if (item.case_cost_type.model_type == "New") { return accumulator } return accumulator + item.amount