csr-2035 PRETTIER
This commit is contained in:
CarlNation 2024-03-20 09:11:39 -04:00
parent 5333200395
commit 32cef6a218

View file

@ -460,7 +460,7 @@ export default {
const supportingItems = store.getters.lineItems.supportingItems;
// for insurance orders, fees can get removed causing supportingitems to be null or empty
if (!supportingItems){
if (!supportingItems) {
return;
}