Changeset 0590399 in rattail
- Timestamp:
- 08/02/2020 10:13:16 PM (3 years ago)
- Branches:
- master
- Children:
- e7ad5c1
- Parents:
- 409cbc2
- git-author:
- Lance Edgar <lance@…> (08/02/2020 10:10:23 PM)
- git-committer:
- Lance Edgar <lance@…> (08/02/2020 10:13:16 PM)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rattail/db/model/custorders.py
r409cbc2 r0590399 39 39 40 40 41 @six.python_2_unicode_compatible42 41 class CustomerOrderBase(object): 43 42 """ … … 246 245 247 246 248 @six.python_2_unicode_compatible249 247 class CustomerOrderItem(CustomerOrderItemBase, Base): 250 248 """
Note: See TracChangeset
for help on using the changeset viewer.