1
0
mirror of https://gitlab.crans.org/bde/nk20-scripts synced 2025-12-13 22:15:12 +01:00

add missing fields and fix bugs

This commit is contained in:
Pierre-antoine Comby
2020-06-01 17:54:49 +02:00
parent 0ba656d5e0
commit 559be286b2
2 changed files with 56 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: