Merge pull request #1968 from Safelite/feature/CSR-2221

CSR-2221
This commit is contained in:
CarlNation 2024-09-10 15:50:59 -04:00 committed by GitHub
commit 16c26c2189
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -303,6 +303,8 @@ export default {
},
lineItemsWithoutRecal() {
if (!this.lineItems || this.lineItems.length < 1) return;
if (!this.lineItems.supportingItems) return this.lineItems;
const lineItemsCopy = deepClone(this.lineItems);
lineItemsCopy.supportingItems = baseMixin.methods.filterOutRecalibration(
lineItemsCopy.supportingItems