| Line 59... |
Line 59... |
| 59 |
def to_t_vendor_item_pricing(vendor_item_pricing):
|
59 |
def to_t_vendor_item_pricing(vendor_item_pricing):
|
| 60 |
t_vendor_item_pricing = VendorItemPricing()
|
60 |
t_vendor_item_pricing = VendorItemPricing()
|
| 61 |
t_vendor_item_pricing.vendorId = vendor_item_pricing.vendor.id
|
61 |
t_vendor_item_pricing.vendorId = vendor_item_pricing.vendor.id
|
| 62 |
t_vendor_item_pricing.itemId = vendor_item_pricing.item_id
|
62 |
t_vendor_item_pricing.itemId = vendor_item_pricing.item_id
|
| 63 |
t_vendor_item_pricing.transferPrice = vendor_item_pricing.transfer_price
|
63 |
t_vendor_item_pricing.transferPrice = vendor_item_pricing.transfer_price
|
| - |
|
64 |
t_vendor_item_pricing.nlc = vendor_item_pricing.nlc
|
| 64 |
t_vendor_item_pricing.dealerPrice = vendor_item_pricing.dealerPrice
|
65 |
t_vendor_item_pricing.dealerPrice = vendor_item_pricing.dealerPrice
|
| 65 |
t_vendor_item_pricing.mop = vendor_item_pricing.mop
|
66 |
t_vendor_item_pricing.mop = vendor_item_pricing.mop
|
| 66 |
return t_vendor_item_pricing
|
67 |
return t_vendor_item_pricing
|
| 67 |
|
68 |
|
| 68 |
def to_t_vendor_item_mapping(vendor_item_mapping):
|
69 |
def to_t_vendor_item_mapping(vendor_item_mapping):
|