Changeset 86817cf for remit


Ignore:
Timestamp:
Mar 23, 2010, 7:55:21 PM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, client
Children:
ed4ccc7
Parents:
37c15c4
git-author:
Alex Dehnert <adehnert@…> (03/23/10 19:55:21)
git-committer:
Alex Dehnert <adehnert@…> (03/23/10 19:55:21)
Message:

BudgetArea? lives in finance_core, not vouchers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • remit/finance_core/views.py

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