Subversion Repositories SmartDukaan

Rev

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

Rev 7520 Rev 7601
Line 193... Line 193...
193
    if ds_item.sellingPrice or item.sellingPrice:
193
    if ds_item.sellingPrice or item.sellingPrice:
194
        if ds_item.sellingPrice != item.sellingPrice:
194
        if ds_item.sellingPrice != item.sellingPrice:
195
            message += "Selling Price is changed from {0} to {1}.\n".format(ds_item.sellingPrice, item.sellingPrice)
195
            message += "Selling Price is changed from {0} to {1}.\n".format(ds_item.sellingPrice, item.sellingPrice)
196
        
196
        
197
    ds_item.sellingPrice = item.sellingPrice
197
    ds_item.sellingPrice = item.sellingPrice
-
 
198
    
-
 
199
    amazonItem = get_amazon_item_details(item.id)
-
 
200
    if amazonItem is not None:
-
 
201
        amazonItem.fbaPrice = item.sellingPrice
-
 
202
        amazonItem.sellingPrice=item.sellingPrice
198
 
203
 
199
    ds_item.weight = item.weight
204
    ds_item.weight = item.weight
200
    ds_item.showSellingPrice = item.showSellingPrice
205
    ds_item.showSellingPrice = item.showSellingPrice
201
    
206
    
202
    if item.asin:
207
    if item.asin: