1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-12-06 11:57:41 +01:00

couleurs finalist pour le pot vieux

This commit is contained in:
root
2023-01-29 21:18:13 +01:00
parent 06fa096405
commit 770c748bd9
2 changed files with 8 additions and 8 deletions

View File

@@ -78,7 +78,7 @@ def get_row_class(record):
elif record.note.balance < 0:
c += " table-danger"
#MODE VIEUXCON=ON
if (datetime.datetime.utcnow().timestamp() - record.note.create_at.timestamp()) > 3600*24*365*3:
if (datetime.datetime.utcnow().timestamp() - record.note.created_at.timestamp()) > 3600*24*365*3:
c += " font-weight-bold"
return c