1
0
mirror of https://gitlab.crans.org/bde/nk20-scripts synced 2025-06-29 09:50:54 +02:00

Fix activities import

This commit is contained in:
Yohann D'ANELLO
2020-07-22 01:28:28 +02:00
parent ee54fca89e
commit 4839b2deb8
5 changed files with 62 additions and 20 deletions

View File

@ -82,7 +82,7 @@ class Command(ImportCommand):
"balance": row['solde'],
"last_negative": None,
"is_active": True,
"display_image": "",
"display_image": "pic/default.png",
"created_at": now()
}
if row["last_negatif"] is not None: