[-] FO : Fixed bug #PSCFI-1718 - Categories block doesn't show categories when processing empty cart checkout. There was a javascript error.

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@6133 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
gBrunier
2011-05-02 08:56:16 +00:00
parent 92316e3710
commit 273dc289ef
+4 -1
View File
@@ -77,7 +77,10 @@ function updateAddressesDisplay(first_view)
}
function updateAddressDisplay(addressType)
{
{
if (typeof(addresses) == 'undefined')
return false;
if (addresses.length <= 0)
return false;