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

This commit is contained in:
gBrunier
2011-05-02 08:56:16 +00:00
parent 3742084b84
commit 2e5f38012f
+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;