Subversion Repositories SmartDukaan

Rev

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

Rev 986 Rev 996
Line 71... Line 71...
71
    t_lineitem.model_name = lineitem.model_name
71
    t_lineitem.model_name = lineitem.model_name
72
    t_lineitem.extra_info = lineitem.extra_info
72
    t_lineitem.extra_info = lineitem.extra_info
73
    t_lineitem.unit_weight = lineitem.unit_weight
73
    t_lineitem.unit_weight = lineitem.unit_weight
74
    t_lineitem.unit_price = lineitem.unit_price
74
    t_lineitem.unit_price = lineitem.unit_price
75
    t_lineitem.total_price = lineitem.total_price
75
    t_lineitem.total_price = lineitem.total_price
-
 
76
    t_lineitem.transfer_price = lineitem.transfer_price
76
    t_lineitem.total_weight = lineitem.total_weight 
77
    t_lineitem.total_weight = lineitem.total_weight 
77
    t_lineitem.quantity = lineitem.quantity
78
    t_lineitem.quantity = lineitem.quantity
78
    return t_lineitem
79
    return t_lineitem
79
 
80
 
80
def to_t_alert(alert):
81
def to_t_alert(alert):