From 53e7e640c5032b5dfdb45602c0382f1f1e3b171e Mon Sep 17 00:00:00 2001 From: katiekroell <100247286+katiekroell@users.noreply.github.com> Date: Fri, 27 Mar 2026 13:28:49 -0400 Subject: [PATCH] Update src/store/index.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/store/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/index.js b/src/store/index.js index da14e3dd..5b5b2f57 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -1936,7 +1936,7 @@ export const useMainStore = defineStore({ this.updateRecycleFee(fee); } else if (fee.partNumber === partNumberStrings.LABOR2) { // Do not add Labor2 to feeItems since it's already been added to supportingItems - this.addPartTypeFeeItem(null, partNumberStrings.LABOR2); + this.addPartNumberFeeItem(null, partNumberStrings.LABOR2); } else { this.addPartNumberFeeItem(fee, fee.partNumber); }