Skip to content

Commit

Permalink
remove original option for taste customization (#107)
Browse files Browse the repository at this point in the history
Co-authored-by: NHT <[email protected]>
  • Loading branch information
nfesta2023 and hoangtuan910 authored Apr 10, 2024
1 parent 872a5e6 commit b5b5182
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/feature/common/common.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ export class CommonService {
.where('attValue.value_id IN (:...menuItemAttributeValueIds)', {
menuItemAttributeValueIds,
})
.andWhere('attValue.taste_value <> :tasteVal', { tasteVal: 'original' }) //dont generate note for original options
.andWhere('ext.ISO_language_code = :lang', { lang })
.getMany();

Expand Down

0 comments on commit b5b5182

Please sign in to comment.