Subversion Repositories SmartDukaan

Rev

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

Rev 4189 Rev 4190
Line 96... Line 96...
96
                
96
                
97
                if line.actualPrice:
97
                if line.actualPrice:
98
                    line.discountedPrice = line.actualPrice - 1500
98
                    line.discountedPrice = line.actualPrice - 1500
99
                    discount_value = 1500
99
                    discount_value = 1500
100
            
100
            
101
            elif line.itemId == 2005:   #Samsung P7500 Galaxy Tab
101
            elif line.itemId in (2005, 2194):   #Samsung P7500 Galaxy Tab
102
                
102
                
103
                has_qualified_model = True
103
                has_qualified_model = True
104
                
104
                
105
                if line.actualPrice:
105
                if line.actualPrice:
106
                    line.discountedPrice = line.actualPrice - 1700
106
                    line.discountedPrice = line.actualPrice - 1700