Changeset 92ca60e for remit/finance_core


Ignore:
Timestamp:
Feb 2, 2010, 4:35:17 AM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, client
Children:
676ea4b
Parents:
bdc699e
git-author:
Alex Dehnert <adehnert@…> (02/02/10 04:35:17)
git-committer:
Alex Dehnert <adehnert@…> (02/02/10 04:35:17)
Message:

Rename treasury to remit

Location:
remit/finance_core
Files:
6 moved

Legend:

Unmodified
Added
Removed
  • remit/finance_core/views.py

    rf468e6d r92ca60e  
    11from django.http import HttpResponse
    2 import treasury.vouchers.models
     2import vouchers.models
    33
    44def display_tree(request):
    5     root = treasury.vouchers.models.BudgetArea.get_by_path(['Accounts'])
     5    root = vouchers.models.BudgetArea.get_by_path(['Accounts'])
    66    return HttpResponse(root.dump_to_html())
Note: See TracChangeset for help on using the changeset viewer.