CSR-2035
csr-2035 PRETTIER
This commit is contained in:
parent
5333200395
commit
32cef6a218
1 changed files with 1 additions and 1 deletions
|
|
@ -460,7 +460,7 @@ export default {
|
||||||
const supportingItems = store.getters.lineItems.supportingItems;
|
const supportingItems = store.getters.lineItems.supportingItems;
|
||||||
|
|
||||||
// for insurance orders, fees can get removed causing supportingitems to be null or empty
|
// for insurance orders, fees can get removed causing supportingitems to be null or empty
|
||||||
if (!supportingItems){
|
if (!supportingItems) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue