Updating comment with ticket number
This commit is contained in:
parent
1e80a0b486
commit
5cfb0581a2
1 changed files with 1 additions and 2 deletions
|
|
@ -172,8 +172,7 @@ export default {
|
||||||
const clonedGlassParts = useMainStore().lineItems.glassParts
|
const clonedGlassParts = useMainStore().lineItems.glassParts
|
||||||
? JSON.parse(JSON.stringify(useMainStore().lineItems.glassParts))
|
? JSON.parse(JSON.stringify(useMainStore().lineItems.glassParts))
|
||||||
: [];
|
: [];
|
||||||
// TODO note that recycle fee is being included in this calculation. Assuming
|
// TODO SSR-1165: Recycle fee needs removed from quote calculation
|
||||||
// this is an error
|
|
||||||
const availableLineItems = [
|
const availableLineItems = [
|
||||||
...(resultMap.supportingItems ?? []),
|
...(resultMap.supportingItems ?? []),
|
||||||
...(clonedGlassParts ?? [])
|
...(clonedGlassParts ?? [])
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue