Subversion Repositories SmartDukaan

Rev

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

Rev 557 Rev 564
Line 114... Line 114...
114
    cart_status = Field(Integer)
114
    cart_status = Field(Integer)
115
    address_id = Field(Integer)
115
    address_id = Field(Integer)
116
    committed_on = Field(DateTime)
116
    committed_on = Field(DateTime)
117
    created_on = Field(DateTime)
117
    created_on = Field(DateTime)
118
    updated_on = Field(DateTime)
118
    updated_on = Field(DateTime)
119
    lines = OneToMany("LineItem")
119
    lines = OneToMany("Line")
120
    using_options(shortnames=True)
120
    using_options(shortnames=True)
121
 
121
 
122
#===============================================================================
122
#===============================================================================
123
# Different entities for the Widget service
123
# Different entities for the Widget service
124
#===============================================================================
124
#===============================================================================