[-] 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:
@@ -77,7 +77,10 @@ function updateAddressesDisplay(first_view)
|
||||
}
|
||||
|
||||
function updateAddressDisplay(addressType)
|
||||
{
|
||||
{
|
||||
if (typeof(addresses) == 'undefined')
|
||||
return false;
|
||||
|
||||
if (addresses.length <= 0)
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user