Subversion Repositories SmartDukaan

Rev

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

Rev 4219 Rev 4221
Line 251... Line 251...
251
 
251
 
252
        opsys = normalize_operating_system(opsys)
252
        opsys = normalize_operating_system(opsys)
253
        
253
        
254
        userInput = "keypad"
254
        userInput = "keypad"
255
        if touchscreenType != "":
255
        if touchscreenType != "":
256
            userInput = "touchscreen"
256
            userInput = "touch_screen"
257
 
257
 
258
        formFactor = normalize_form_factor(formFactor)
258
        formFactor = normalize_form_factor(formFactor)
259
 
259
 
260
        if warranty:
260
        if warranty:
261
            warranty = warranty + " manufacturer warranty"
261
            warranty = warranty + " manufacturer warranty"