mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 22:23:23 +00:00
bilan in development
This commit is contained in:
parent
6bb1e0e418
commit
5cd64fb384
@ -543,7 +543,7 @@ class JournalBilanAccountingView(CanViewMixin, DetailView):
|
|||||||
"""
|
"""
|
||||||
model = GeneralJournal
|
model = GeneralJournal
|
||||||
pk_url_kwarg = "j_id"
|
pk_url_kwarg = "j_id"
|
||||||
template_name='accounting/journal_bilan_person.jinja'
|
template_name='accounting/journal_bilan_accounting.jinja'
|
||||||
|
|
||||||
def sum_by_code(self, target_id):
|
def sum_by_code(self, target_id):
|
||||||
from decimal import Decimal
|
from decimal import Decimal
|
||||||
|
Loading…
Reference in New Issue
Block a user