Subversion Repositories SmartDukaan

Rev

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

Rev 7293 Rev 7308
Line 243... Line 243...
243
        t_hotspot.salt = hotspot.salt
243
        t_hotspot.salt = hotspot.salt
244
        t_hotspot.password = hotspot.password
244
        t_hotspot.password = hotspot.password
245
        t_hotspot.isActive = hotspot.isActive
245
        t_hotspot.isActive = hotspot.isActive
246
        t_hotspot.circleId = hotspot.circleId
246
        t_hotspot.circleId = hotspot.circleId
247
        t_hotspot.email = hotspot.email
247
        t_hotspot.email = hotspot.email
-
 
248
        t_hotspot.line1 = hotspot.line1
-
 
249
        t_hotspot.line2 = hotspot.line2
-
 
250
        t_hotspot.state = hotspot.state
-
 
251
        t_hotspot.pin = hotspot.pin
-
 
252
        t_hotspot.phone = hotspot.phone
-
 
253
        t_hotspot.approvalEmail = hotspot.approvalEmail
-
 
254
 
-
 
255
 
248
    return t_hotspot
256
    return t_hotspot
249
 
257
 
250
def to_t_sourcedetail(detail):
258
def to_t_sourcedetail(detail):
251
    t_sourcedetail = T_SourceDetail()
259
    t_sourcedetail = T_SourceDetail()
252
    if detail:
260
    if detail: