mirror of
https://gitlab.crans.org/bde/nk20-scripts
synced 2025-06-29 17:51:08 +02:00
make things cleaner
This commit is contained in:
@ -58,7 +58,7 @@ class Command(ImportCommand):
|
||||
}
|
||||
# WARNING: Fields lieu, liste, listeimprimee are missing
|
||||
MAP_ACTIVITY[row["id"]] = pk_activity
|
||||
pk_activity +=1
|
||||
pk_activity += 1
|
||||
bulk_mgr.add(Activity(**obj_dict))
|
||||
bulk_mgr.done()
|
||||
|
||||
|
Reference in New Issue
Block a user