Skip to content

Commit

Permalink
Add unk to valid types for bulk import
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobSanford committed May 1, 2023
1 parent 8f71d5a commit c553e36
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,10 @@ function _publication_holdings_bulk_import_get_import_formats() {
'valid_items' => [
'neg',
'pos',
'unk',
],
],
'error' => t('is not a valid microform type. Valid types: neg,pos. Types are case sensitive!'),
'error' => t('is not a valid microform type. Valid types: neg,pos,unk. Types are case sensitive!'),
],
],
],
Expand Down

0 comments on commit c553e36

Please sign in to comment.