Subversion Repositories SmartDukaan

Rev

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

Rev 24007 Rev 24033
Line 3279... Line 3279...
3279
    hs_item.itemId = hsItem.itemId
3279
    hs_item.itemId = hsItem.itemId
3280
    hs_item.listingPrice = hsItem.listingPrice
3280
    hs_item.listingPrice = hsItem.listingPrice
3281
    session.commit()
3281
    session.commit()
3282
 
3282
 
3283
def get_hs_item(hs_ItemId):
3283
def get_hs_item(hs_ItemId):
3284
    hsItem = HsItem.get_by(hsItemId = hs_ItemId)
3284
    hsItem = Tag_Listing().get_by(item_id = hs_ItemId)
3285
    return hsItem
3285
    return hsItem
3286
 
3286
 
3287
def get_pricing_for_dtr(catalogItemId):
3287
def get_pricing_for_dtr(catalogItemId):
3288
    d_item = None
3288
    d_item = None
3289
    bulkPricingMap = {}
3289
    bulkPricingMap = {}