Subversion Repositories SmartDukaan

Rev

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

Rev 19413 Rev 21839
Line 66... Line 66...
66
def to_t_state(state):
66
def to_t_state(state):
67
    t_state = StateInfo()
67
    t_state = StateInfo()
68
    t_state.id = state.id
68
    t_state.id = state.id
69
    t_state.stateName = state.name
69
    t_state.stateName = state.name
70
    t_state.vatType = state.vatType
70
    t_state.vatType = state.vatType
-
 
71
    t_state.stateCode = state.stateCode
71
    return t_state
72
    return t_state
72
 
73
 
73
def to_t_vendor(vendor):
74
def to_t_vendor(vendor):
74
    t_vendor = Vendor()
75
    t_vendor = Vendor()
75
    t_vendor.id = vendor.id
76
    t_vendor.id = vendor.id