https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38535
Phil Ringnalda <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED --- Comment #3 from Phil Ringnalda <[email protected]> --- Ah, I see what you mean. But that's not how Koha works. The thing you edit in the cataloging editor doesn't live in the biblio and biblioitems tables; it's a blob of MARC data in the biblio_metadata table. And "Koha to MARC mapping" would be more accurately called "MARC to Koha mapping" since it's one-way that direction: you can map a MARC field to a Koha database column so that changes to the MARC field are copied into that biblio/biblio_items/items database column, but the database column isn't mapped back to the MARC field and changes to it don't change the MARC record. So all along the editor was showing you what was in 942$c in the MARC record, but no matter how 942$c is mapped it won't show you something from biblioitems or items, only from the MARC. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
