Skip to content

Commit

Permalink
UIQM-152: Fix 008 Rept date field
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladyslav-Velytskyi committed Nov 2, 2021
1 parent fc692ed commit 63b5cd4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* [UIQM-156](https://issues.folio.org/browse/UIQM-156) Infinite loading after Deriving a new MARC bib record
* [UIQM-144](https://issues.folio.org/browse/UIQM-144) Make 004 field read only when edit a holdings record via quickMARC.
* [UIQM-154](https://issues.folio.org/browse/UIQM-154) Add records-editor.records 1.4 interface version

* [UIQM-152](https://issues.folio.org/browse/UIQM-152) Fix 008 `Rept date` field.

## [4.0.0](https://github.com/folio-org/ui-quick-marc/tree/v4.0.0) (2021-10-06)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const config = {
type: SUBFIELD_TYPES.BYTE,
},
{
name: 'ReptDate',
name: 'Rept date',
type: SUBFIELD_TYPES.STRING,
},
],
Expand Down
2 changes: 1 addition & 1 deletion translations/ui-quick-marc/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"record.fixedField.Copies": "Copies",
"record.fixedField.Lend": "Lend",
"record.fixedField.Repro": "Repro",
"record.fixedField.ReptDate": "Rept date",
"record.fixedField.Rept date": "Rept date",
"record.fixedField.Sep/comp": "Sep/comp",

"record.fixedField.Category": "Type",
Expand Down

0 comments on commit 63b5cd4

Please sign in to comment.