Changeset c020a3b for remit/finance_core
- Timestamp:
- Mar 20, 2010, 5:47:23 AM (16 years ago)
- Branches:
- master, client
- Children:
- 37c15c4
- Parents:
- e8550be
- git-author:
- Alex Dehnert <adehnert@…> (03/20/10 05:47:23)
- git-committer:
- Alex Dehnert <adehnert@…> (03/20/10 05:47:23)
- File:
-
- 1 edited
-
remit/finance_core/admin.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
remit/finance_core/admin.py
r7df1c50 rc020a3b 21 21 22 22 class LineItemAdmin(admin.ModelAdmin): 23 pass23 list_display = ('tx', 'label', 'amount', 'budget_area', 'layer', ) 24 24 25 25 … … 28 28 LineItemInline, 29 29 ] 30 list_display = ('name', 'desc', ) 30 31 31 32
Note: See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/trac/chrome/site/your_project_logo.png)