Changeset 20aa6a3 in tailbone
- Timestamp:
- 07/19/2022 04:36:21 PM (7 months ago)
- Branches:
- master
- Children:
- 10628ee
- Parents:
- e9edf20
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tailbone/views/batch/pricing.py
re9edf20 r20aa6a3 69 69 'rowcount', 70 70 # 'status_code', 71 #'complete',71 'complete', 72 72 'executed', 73 73 'executed_by', … … 88 88 'rowcount', 89 89 'shelved', 90 'complete', 90 91 'executed', 91 92 'executed_by', … … 379 380 380 381 382 def defaults(config, **kwargs): 383 base = globals() 384 385 PricingBatchView = kwargs.get('PricingBatchView', base['PricingBatchView']) 386 PricingBatchView.defaults(config) 387 388 381 389 def includeme(config): 382 PricingBatchView.defaults(config)390 defaults(config)
Note: See TracChangeset
for help on using the changeset viewer.