File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ def import_inventories(source_inventories, skip_coding_history):
350
350
["work_accession_number" ],
351
351
["filename" ],
352
352
["label" ],
353
- ["inventory_title" ],
353
+ ["description" , " inventory_title" ],
354
354
["record date/time" ],
355
355
["housing/container markings" ],
356
356
["condition notes" ],
@@ -449,7 +449,7 @@ def import_inventories(source_inventories, skip_coding_history):
449
449
"work_accession_number" : row [fieldnames ["work_accession_number" ]],
450
450
"box/folder alma number" : row [fieldnames ["box/folder alma number" ]],
451
451
"barcode" : row [fieldnames ["barcode" ]],
452
- "inventory title " : row [fieldnames ["inventory_title " ]],
452
+ "description " : row [fieldnames ["description " ]],
453
453
"record date" : record_date ,
454
454
"container markings" : container_markings ,
455
455
"condition notes" : row [fieldnames ["condition notes" ]],
You can’t perform that action at this time.
0 commit comments