|
Text to go in the release notes:
|
This fixes creating suggestions in the staff interface when there is no Koha to MARC mapping for `biblioitems.itemtype` (Koha administration > Catalog > Koha to MARC mapping).
If there was no mapping, and you created a new suggestion (Acquisitions > Acquisitions home > Suggestions > New suggestion) you would get an error ("Tag "" is not a valid tag...."), regardless of whether you selected a value for the `Document type` field or not.
Now:
- If there is no mapping, the `Document type` field is no longer shown on the suggestion form.
- If there is a mapping, the `Document type` field is shown on the suggestion form and works as expected.
|