Changeset 72d1b07 in rattail for rattail/db/model/batch/pricing.py
- Timestamp:
- 06/14/2022 01:48:22 PM (8 months ago)
- Branches:
- master
- Children:
- aca6ed6
- Parents:
- 03c3bded
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rattail/db/model/batch/pricing.py
r03c3bded r72d1b07 3 3 # 4 4 # Rattail -- Retail Software Framework 5 # Copyright © 2010-202 0Lance Edgar5 # Copyright © 2010-2022 Lance Edgar 6 6 # 7 7 # This file is part of Rattail. … … 57 57 Flag indicating whether prices should be calculated for products which are 58 58 manually priced under normal circumstances. 59 """) 60 61 start_date = sa.Column(sa.Date(), nullable=True, doc=""" 62 Start date for prices within the batch. 59 63 """) 60 64
Note: See TracChangeset
for help on using the changeset viewer.