From e22d3fd9053555c8d5f8c8690ccbe111c790f292 Mon Sep 17 00:00:00 2001 From: DamienMetzger Date: Thu, 22 Nov 2012 18:13:53 +0100 Subject: [PATCH] [-] FO : store locator working hours fixed #PSCFV-5709 --- themes/default/js/stores.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/js/stores.js b/themes/default/js/stores.js index 7fdccd8c7..a70c57057 100644 --- a/themes/default/js/stores.js +++ b/themes/default/js/stores.js @@ -110,7 +110,7 @@ function searchLocationsNear(center) parseFloat(markerNodes[i].getAttribute('lng'))); createOption(name, distance, i); - createMarker(latlng, name, address, addressNoHtml, other, id_store, has_store_picture); + createMarker(latlng, name, address, other, id_store, has_store_picture); bounds.extend(latlng); $('#stores-table tr:last').after(''+parseInt(i + 1)+''+name+''+(has_store_picture == 1 ? '
' : '')+''+address+(phone != '' ? '

'+translation_4+' '+phone : '')+''+distance+' '+distance_unit+'');