|
|
#19 |
|
Участник
|
Цитата:
Сообщение от slivka_83
Вам нужно выгрузить кастомизацию продуктов. Открыть ее в какомнибудь текстовом редакторе. Найти пердставление которое отображается при выборе продукта. И посмотреть есть ли у него фильтры вроде этого:
<filter type="and"> <condition column="statecode" value="0" operator="eq" /> </filter> Код: <filter type="and">
<condition attribute="statecode" operator="eq" value="0" />
</filter>
<filter type="and">
<condition attribute="statecode" operator="eq" value="1" />
</filter>
filter type="or" isquickfindfields="1">
<condition attribute="name" operator="like" value="{0}" /> |
|
|