| Line 210... |
Line 210... |
| 210 |
t_amazonlisted.fbaPriceLastUpdatedOn = to_java_date(Amazonlisted.fbaPriceLastUpdatedOn)
|
210 |
t_amazonlisted.fbaPriceLastUpdatedOn = to_java_date(Amazonlisted.fbaPriceLastUpdatedOn)
|
| 211 |
t_amazonlisted.mfnPriceLastUpdatedOnSc = to_java_date(Amazonlisted.mfnPriceLastUpdatedOnSc)
|
211 |
t_amazonlisted.mfnPriceLastUpdatedOnSc = to_java_date(Amazonlisted.mfnPriceLastUpdatedOnSc)
|
| 212 |
t_amazonlisted.fbaPriceLastUpdatedOnSc = to_java_date(Amazonlisted.fbaPriceLastUpdatedOnSc)
|
212 |
t_amazonlisted.fbaPriceLastUpdatedOnSc = to_java_date(Amazonlisted.fbaPriceLastUpdatedOnSc)
|
| 213 |
t_amazonlisted.suppressMfnPriceUpdate = Amazonlisted.suppressMfnPriceUpdate
|
213 |
t_amazonlisted.suppressMfnPriceUpdate = Amazonlisted.suppressMfnPriceUpdate
|
| 214 |
t_amazonlisted.suppressFbaPriceUpdate = Amazonlisted.suppressFbaPriceUpdate
|
214 |
t_amazonlisted.suppressFbaPriceUpdate = Amazonlisted.suppressFbaPriceUpdate
|
| - |
|
215 |
t_amazonlisted.taxCode = Amazonlisted.taxCode
|
| 215 |
return t_amazonlisted
|
216 |
return t_amazonlisted
|
| 216 |
|
217 |
|
| 217 |
def to_t_ebay_item(ebay_item):
|
218 |
def to_t_ebay_item(ebay_item):
|
| 218 |
t_ebay_item = TEbayItem()
|
219 |
t_ebay_item = TEbayItem()
|
| 219 |
t_ebay_item.ebayListingId = ebay_item.ebayListingId
|
220 |
t_ebay_item.ebayListingId = ebay_item.ebayListingId
|