change algo get_address_point_ajax
This commit is contained in:
SDE
2023-07-21 15:24:35 +03:00
parent 0e882b89f0
commit 57780ef93e
2 changed files with 18 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
<div onclick="selectItemAddrPoint({{ id }}, '{{ name }}, {{ ctrl_name }}')" class="autocomplete-result" data-index="{{ index }}">
<div onclick="selectItemAddrPoint({{ id }}, '{{ name }}', '{{ ctrl_name }}')" class="autocomplete-result" data-index="{{ index }}">
<div><b>{{ iata_code }}</b> - {{ name }}</div>
<div class="autocomplete-location">{{ city__name }}, {{ city__country__name }}</div>
</div>