Subversion Repositories SmartDukaan

Rev

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

Rev 9299 Rev 11656
Line 100... Line 100...
100
        t_line.lineStatus = line.line_status
100
        t_line.lineStatus = line.line_status
101
        t_line.insurer = line.insurer
101
        t_line.insurer = line.insurer
102
        t_line.insuranceAmount = line.insuranceAmount
102
        t_line.insuranceAmount = line.insuranceAmount
103
        t_line.dataProtectionInsurer = line.dataProtectionInsurer
103
        t_line.dataProtectionInsurer = line.dataProtectionInsurer
104
        t_line.dataProtectionAmount = line.dataProtectionAmount
104
        t_line.dataProtectionAmount = line.dataProtectionAmount
-
 
105
        t_line.freebieId = line.freebieId
-
 
106
        t_line.dealText = line.dealText
105
    return t_line
107
    return t_line
106
 
108
 
107
def to_t_discount(discount):
109
def to_t_discount(discount):
108
    t_discount = TDiscount()
110
    t_discount = TDiscount()
109
    
111