for now until moved to save
This commit is contained in:
parent
49f65766cb
commit
d2cb36fe13
1 changed files with 1 additions and 1 deletions
|
|
@ -1253,7 +1253,7 @@ export const useMainStore = defineStore({
|
|||
},
|
||||
|
||||
async getCombinedQuote(availableLineItems) {
|
||||
if (!availableLineItems || availableLineItems.length === 0) {
|
||||
if (!availableLineItems || availableLineItems.length === 0 || !this.providerNumber) {
|
||||
return [];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue