deleted year in toJson in creditList

This commit is contained in:
Tim Gröger 2019-05-01 22:10:29 +02:00
parent 360766bd35
commit cb58f12698
2 changed files with 0 additions and 1 deletions

View File

@ -155,7 +155,6 @@ class CreditList(db.Model):
A Dic with static Attributes.
"""
dic = {
"year": self.year,
"jan": {
"credit": self.jan_guthaben,
"depts": self.jan_schulden},

Binary file not shown.