Changeset 193cceb for remit/finance_core
- Timestamp:
- Feb 7, 2010, 3:27:17 AM (15 years ago)
- Branches:
- master, client
- Children:
- 9447ed4
- Parents:
- 7df1c50
- git-author:
- Alex Dehnert <adehnert@…> (02/07/10 03:27:17)
- git-committer:
- Alex Dehnert <adehnert@…> (02/07/10 03:27:17)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/finance_core/models.py
r1d4c89e r193cceb 179 179 180 180 181 LAYER_BUDGET = 10 182 LAYER_ALLOCATION = 20 183 LAYER_EXPENDITURE = 30 184 LAYER_CLOSEOUT = 40 181 185 layers=( 182 ( 10,'budget'),183 ( 20,'allocation'),184 ( 30, 'expenditure'),185 ( 40,'closeout'),186 (LAYER_BUDGET, 'budget'), 187 (LAYER_ALLOCATION, 'allocation'), 188 (LAYER_EXPENDITURE, 'expenditure'), 189 (LAYER_CLOSEOUT, 'closeout'), 186 190 ) 187 191 def get_layer_by_name(name):
Note: See TracChangeset
for help on using the changeset viewer.