Bug 33704 - Fixed length control fields does not save "Type of Material" when edited.
Summary: Fixed length control fields does not save "Type of Material" when edited.
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Cataloging (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-09 20:27 UTC by Laura Escamilla
Modified: 2023-12-28 20:43 UTC (History)
1 user (show)

See Also:
GIT URL:
Initiative type: ---
Sponsorship status: ---
Comma delimited list of Sponsors:
Crowdfunding goal: 0
Crowdfunding committed: 0
Crowdfunding contact:
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Laura Escamilla 2023-05-09 20:27:28 UTC
To reproduce:
- Open the MARC structure for any bibliographic MARC framework
- Go to 008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION and click on the tag editor
- Attempt to change the BKS - Books subfield to MX - Mixed materials; save the record. 
- View the completed record and note that the material type is still showing as "Text".
Comment 1 Katrin Fischer 2023-05-09 20:32:03 UTC
Hi Laura, this is one of those MARC things: you need to make sure that LDR Pos. 6 is set correctly, it determines what material type will be selected for 008.

See bug 19419 and and bug 30871 - maybe we need to add more hints?
Comment 2 Laura Escamilla 2023-05-10 12:19:17 UTC
(In reply to Katrin Fischer from comment #1)
> Hi Laura, this is one of those MARC things: you need to make sure that LDR
> Pos. 6 is set correctly, it determines what material type will be selected
> for 008.
> 
> See bug 19419 and and bug 30871 - maybe we need to add more hints?

Thanks, Katrin! It would definitely be helpful to have hints or more documentation available regarding this procedure.