Subversion Repositories SmartDukaan

Rev

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

Rev 18590 Rev 18634
Line 293... Line 293...
293
    t_counterOnlineInfo.registrationDate = to_java_date(counterInfo.registrationDate)
293
    t_counterOnlineInfo.registrationDate = to_java_date(counterInfo.registrationDate)
294
    t_counterOnlineInfo.registrationStatus = counterInfo.registrationStatus
294
    t_counterOnlineInfo.registrationStatus = counterInfo.registrationStatus
295
    t_counterOnlineInfo.state = counterInfo.state
295
    t_counterOnlineInfo.state = counterInfo.state
296
    t_counterOnlineInfo.tinNumber = counterInfo.tinNumber
296
    t_counterOnlineInfo.tinNumber = counterInfo.tinNumber
297
    t_counterOnlineInfo.validatedTill = to_java_date(counterInfo.validatedTill)
297
    t_counterOnlineInfo.validatedTill = to_java_date(counterInfo.validatedTill)
-
 
298
    t_counterOnlineInfo.created = to_java_date(counterInfo.created)
298
    return t_counterOnlineInfo
299
    return t_counterOnlineInfo
299
300