Changeset 747 for WAeUP_SRP


Ignore:
Timestamp:
25 Oct 2006, 06:42:46 (18 years ago)
Author:
joachim
Message:

fixed apply Pume

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/Widgets.py

    r742 r747  
    346346        widget_id = self.getWidgetId()
    347347        #import pdb;pdb.set_trace()
    348 ##        if v and type(v) is StringType:
    349 ##            p,b,n = v.split('-')
    350 ##            v = ScratchCardPin(v,b,n)
     348        if v and type(v) is StringType:
     349            p,b,n = v.split('-')
     350            v = ScratchCardPin(v,b,n)
    351351        if v:
    352352            p = '%s' % v.p
Note: See TracChangeset for help on using the changeset viewer.