https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22439 --- Comment #34 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- (In reply to Andrew Fuerste-Henry from comment #32)
Two small issues in testing: - pre-patch, the child record gets a value in the 773$7 when EasyAnalytics is off, but does not get a $7 when EasyAnalytics is on. Post-patch, the child record always gets a $7. I'm unsure if that change is good or bad. MARC spec for 773 doesn't say anything about when one should / shouldn't have a $7
It is an official field in the spec: https://www.loc.gov/marc/bibliographic/bd773.html It seems like generating it is appropriate and was just missed in the initial implementation
- t/db_dependent/api/v1/items/bundled_items.t fails when EasyAnalytics is on. Seems like the test should set the value it wants, rather than relying on the db to be correct
Added the mock -- You are receiving this mail because: You are watching all bug changes.