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
|
||||
? JSON.parse(JSON.stringify(useMainStore().lineItems.glassParts))
|
||||
: [];
|
||||
// TODO note that recycle fee is being included in this calculation. Assuming
|
||||
// this is an error
|
||||
// TODO SSR-1165: Recycle fee needs removed from quote calculation
|
||||
const availableLineItems = [
|
||||
...(resultMap.supportingItems ?? []),
|
||||
...(clonedGlassParts ?? [])
|
||||
|
|
|
|||
Loading…
Reference in a new issue