Subversion Repositories SmartDukaan

Rev

Rev 30097 | Rev 30100 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 30097 Rev 30098
Line 894... Line 894...
894
			try {
894
			try {
895
				FofoStore fs = fofoStoreRepository.selectByRetailerId(address.getRetaierId());
895
				FofoStore fs = fofoStoreRepository.selectByRetailerId(address.getRetaierId());
896
				customRetailer.setCode(fs.getCode());
896
				customRetailer.setCode(fs.getCode());
897
				customRetailer.setWarehouseId(fs.getWarehouseId());
897
				customRetailer.setWarehouseId(fs.getWarehouseId());
898
				customRetailer.setPartnerId(fs.getId());
898
				customRetailer.setPartnerId(fs.getId());
899
				customRetailer.setFofoType(fs.getFofoType());
899
//				customRetailer.setFofoType(fs.getFofoType());
900
			} catch (Exception e) {
900
			} catch (Exception e) {
901
				continue;
901
				continue;
902
			}
902
			}
903
			try {
903
			try {
904
				customRetailer.setCartId(user.getActiveCartId());
904
				customRetailer.setCartId(user.getActiveCartId());