Merge branch 'develop' into feature/CSR-2179-ajc
This commit is contained in:
commit
2be2a30db3
1 changed files with 2 additions and 0 deletions
|
|
@ -302,6 +302,8 @@ export default {
|
||||||
},
|
},
|
||||||
lineItemsWithoutRecal() {
|
lineItemsWithoutRecal() {
|
||||||
if (!this.lineItems || this.lineItems.length < 1) return;
|
if (!this.lineItems || this.lineItems.length < 1) return;
|
||||||
|
if (!this.lineItems.supportingItems) return this.lineItems;
|
||||||
|
|
||||||
const lineItemsCopy = deepClone(this.lineItems);
|
const lineItemsCopy = deepClone(this.lineItems);
|
||||||
lineItemsCopy.supportingItems = baseMixin.methods.filterOutRecalibration(
|
lineItemsCopy.supportingItems = baseMixin.methods.filterOutRecalibration(
|
||||||
lineItemsCopy.supportingItems
|
lineItemsCopy.supportingItems
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue