Skip to content

Commit 8efac1f

Browse files
committed
forgot to save a file meant for the last commit
1 parent 21c1039 commit 8efac1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nulrdcscripts/aproc/helpers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ def import_inventories(source_inventories, skip_coding_history):
350350
["work_accession_number"],
351351
["filename"],
352352
["label"],
353-
["inventory_title"],
353+
["description", "inventory_title"],
354354
["record date/time"],
355355
["housing/container markings"],
356356
["condition notes"],
@@ -449,7 +449,7 @@ def import_inventories(source_inventories, skip_coding_history):
449449
"work_accession_number": row[fieldnames["work_accession_number"]],
450450
"box/folder alma number": row[fieldnames["box/folder alma number"]],
451451
"barcode": row[fieldnames["barcode"]],
452-
"inventory title": row[fieldnames["inventory_title"]],
452+
"description": row[fieldnames["description"]],
453453
"record date": record_date,
454454
"container markings": container_markings,
455455
"condition notes": row[fieldnames["condition notes"]],

0 commit comments

Comments
 (0)