| Line 443... |
Line 443... |
| 443 |
t_marketplace_history.salesPotential = marketplaceHistory.salesPotential
|
443 |
t_marketplace_history.salesPotential = marketplaceHistory.salesPotential
|
| 444 |
if marketplaceHistory.secondLowestSellerName is None:
|
444 |
if marketplaceHistory.secondLowestSellerName is None:
|
| 445 |
t_marketplace_history.secondLowestSellerName = ''
|
445 |
t_marketplace_history.secondLowestSellerName = ''
|
| 446 |
else:
|
446 |
else:
|
| 447 |
t_marketplace_history.secondLowestSellerName = marketplaceHistory.secondLowestSellerName
|
447 |
t_marketplace_history.secondLowestSellerName = marketplaceHistory.secondLowestSellerName
|
| - |
|
448 |
if marketplaceHistory.secondLowestSellingPrice is None:
|
| - |
|
449 |
t_marketplace_history.secondLowestSellingPrice=0.0
|
| - |
|
450 |
else:
|
| 448 |
t_marketplace_history.secondLowestSellingPrice = marketplaceHistory.secondLowestSellingPrice
|
451 |
t_marketplace_history.secondLowestSellingPrice = marketplaceHistory.secondLowestSellingPrice
|
| - |
|
452 |
if marketplaceHistory.secondLowestOfferPrice is None:
|
| - |
|
453 |
t_marketplace_history.secondLowestOfferPrice = 0.0
|
| - |
|
454 |
else:
|
| 449 |
t_marketplace_history.secondLowestOfferPrice = marketplaceHistory.secondLowestOfferPrice
|
455 |
t_marketplace_history.secondLowestOfferPrice = marketplaceHistory.secondLowestOfferPrice
|
| - |
|
456 |
if marketplaceHistory.secondLowestTp is None:
|
| - |
|
457 |
t_marketplace_history.secondLowestTp=0.0
|
| - |
|
458 |
else:
|
| 450 |
t_marketplace_history.secondLowestTp = marketplaceHistory.secondLowestTp
|
459 |
t_marketplace_history.secondLowestTp = marketplaceHistory.secondLowestTp
|
| 451 |
t_marketplace_history.marginIncreasedPotential = marketplaceHistory.marginIncreasedPotential
|
460 |
t_marketplace_history.marginIncreasedPotential = marketplaceHistory.marginIncreasedPotential
|
| 452 |
t_marketplace_history.margin = marketplaceHistory.margin
|
461 |
t_marketplace_history.margin = marketplaceHistory.margin
|
| 453 |
t_marketplace_history.ourEnoughStock = marketplaceHistory.ourEnoughStock
|
462 |
t_marketplace_history.ourEnoughStock = marketplaceHistory.ourEnoughStock
|
| 454 |
t_marketplace_history.totalSeller = marketplaceHistory.totalSeller
|
463 |
t_marketplace_history.totalSeller = marketplaceHistory.totalSeller
|
| 455 |
t_marketplace_history.averageSale = marketplaceHistory.avgSales
|
464 |
t_marketplace_history.averageSale = marketplaceHistory.avgSales
|