Update src/store/index.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
bd20d47849
commit
53e7e640c5
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue