Changeset 857256d
- Timestamp:
- Apr 27, 2010, 3:39:45 AM (15 years ago)
- Branches:
- master, client
- Children:
- b1e217a
- Parents:
- 6eb1795
- git-author:
- Alex Dehnert <adehnert@…> (04/27/10 03:39:45)
- git-committer:
- Alex Dehnert <adehnert@…> (04/27/10 03:39:45)
- Location:
- remit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/settings.py
r6eb1795 r857256d 26 26 27 27 BASE_COMMITTEE_PATH = ['Accounts', 'Assets', ] 28 COMMITTEE_HIERARCHY_LEVELS = 2 28 29 29 30 AUTH_SOCK = None # Path to SocketAuth socket -
remit/vouchers/views.py
r82211ea r857256d 41 41 self.strip_levels = base_area.depth 42 42 areas = (base_area.get_descendants() 43 .filter(depth__lte=base_area.depth+ 2)43 .filter(depth__lte=base_area.depth+settings.COMMITTEE_HIERARCHY_LEVELS) 44 44 .exclude(name='Holding') 45 45 )
Note: See TracChangeset
for help on using the changeset viewer.