#900 [sahibinden-theme] duplicate phone numbers

This commit is contained in:
Diatrex 2020-02-13 09:34:35 +03:00
parent 44734ca2eb
commit dbcc4d13a3

View File

@ -1,3 +1,4 @@
{% if params.showTheme %}
{% set profile = findUserProfile(params.adv.created_by_id) %} {% set profile = findUserProfile(params.adv.created_by_id) %}
{% if profile.gsm_phone is not null %} {% if profile.gsm_phone is not null %}
<div class="col-md-12 m-2 number-container"> <div class="col-md-12 m-2 number-container">
@ -23,3 +24,4 @@
</button> </button>
</div> </div>
{% endif %} {% endif %}
{% endif %}