Subversion Repositories SmartDukaan

Rev

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

Rev 5761 Rev 6170
Line 194... Line 194...
194
#        print synonyms
194
#        print synonyms
195
        retriever = Retriever()
195
        retriever = Retriever()
196
        products = {}
196
        products = {}
197
        
197
        
198
        for item in items:
198
        for item in items:
199
            if item.category in (10002, 10003, 10004, 10005, 10010):  products[item.catalogItemId] = item
199
            if item.category in (10002, 10003, 10004, 10005, 10010, 11002, 11003):  products[item.catalogItemId] = item
200
        
200
        
201
        comparative_prices = []
201
        comparative_prices = []
202
        
202
        
203
        for item in sorted(products.itervalues(), key = lambda item: item.brand):
203
        for item in sorted(products.itervalues(), key = lambda item: item.brand):
204
            try:
204
            try: