Merge branch 'develop' into feature/CSR-2179-ajc

This commit is contained in:
Adam Caouette 2024-09-11 10:52:18 -04:00
commit 2be2a30db3

View file

@ -302,6 +302,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