http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7054
Magnus Enger <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #17467|0 |1 is obsolete| | --- Comment #3 from Magnus Enger <[email protected]> --- Created attachment 17471 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17471&action=edit Bug 7054 - NORMARC: Fix default for 000 position 17 Someone at the library education in Oslo told me that it would be better to have the default for 000/17 set to 1, instead of 2 as it is today. To reproduce: - Run through the Web-installer in Norwegian and choose NORMARC as the MARC dialect - Go to Home > Cataloging > Add MARC record and start to add a new record - Click in the 000 field and it should be filled with: " nam a22 2 4500" - Reload the page, then open the value builder for 000 and click on OK - 000 should get filled with the same string as above To test: - Apply the patch and repeat the steps from above. The default value for 000 should now be: " nam a22 1 4500" (Don't be confused by the 1s and the 2s. A value of 1 in position 17 means "level 2", and a value of 2 means "level 1" - that is how it is defined in the "standard": 1 = Nivå 2, iflg. Katalogiseringsregler 2 = Nivå 1, iflg. Katalogiseringsregler) -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
