Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
1345 Представления

Hello is possible to create a condition how check if title of invoice contain value

t t-if="object.invoice_origin like 'héb' OR 'maint' OR 'dom"
my text
t

i need to check if title contain some part of word
'hébergement'
'maintenance'
'domaine'

but seems doesn't works, what i do wrong ?

regards

Аватар
Отменить
Автор

Thanks for this reply juste to be sure m'y title Can be more longuer your code code check if word IS in ? Regards




Автор

hello thanks for you reply i test it but doesn't works 

any other idea ?

Лучший ответ

Hi,

Please try the below condition

<t t-if="'hébergement' in object.invoice_origin or 'maintenance' in object.invoice_origin or 'domaine' in object.invoice_origin">



Hope it helps

Аватар
Отменить
Related Posts Ответы Просмотры Активность
1
июл. 25
978
5
мая 25
18416
0
апр. 25
1190
1
апр. 25
1634
0
мар. 25
1477