From 40e27113f79d2bcf6d5918d87e836e7981577004 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 25 Nov 2015 06:18:03 -0500 Subject: harmonize with YOOX --- StoneIsland/www/js/lib/account/AccountView.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'StoneIsland/www/js/lib/account/AccountView.js') diff --git a/StoneIsland/www/js/lib/account/AccountView.js b/StoneIsland/www/js/lib/account/AccountView.js index 86c02056..e1d7ca71 100644 --- a/StoneIsland/www/js/lib/account/AccountView.js +++ b/StoneIsland/www/js/lib/account/AccountView.js @@ -26,9 +26,11 @@ var AccountView = View.extend({ data.AddressBook.addressBookItem.forEach(function(item){ if (item.isDefault) { // populate app.shipping.address + app.shipping.address.populate(item) } else if (item.isBillingDefault) { // populate app.billing.address + app.payment.address.populate(item) } }) }, -- cgit v1.2.3-70-g09d2