| Summary: | MARC21 Tag 321b | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Chris Cormack <chris> |
| Component: | MARC Bibliographic data support | Assignee: | Katrin Fischer <katrin.fischer> |
| Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | martin.renvoize, tomascohen |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12435 | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Small patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Bug Depends on: | |||
| Bug Blocks: | 11068 | ||
| Attachments: |
Bug 3977: MARC21 321$b has wrong description
Bug 3977: MARC21 321$b has wrong description [PASSED QA] Bug 3977: MARC21 321$b has wrong description |
||
|
Description
Chris Cormack
2010-05-21 01:21:41 UTC
This bug is mentioned in: Bug 3977 Follow up. Suppress unnecessary table update http://lists.koha-community.org/pipermail/koha-patches/2011-February/013730.html This still appears to be valid. Hm, the problem only seems to exist in the translated frameworks. Created attachment 31312 [details] [review] Bug 3977: MARC21 321$b has wrong description Fixing descriptions in all frameworks for consistency. Changed frameworks are: - es-ES, default framework - fr-FR, default and simple frameworks - nb-NO, default and simple frameworks - pl-PL, default and simple frameworks To test: - verify changes by reading them - or verify by running the web installers of those languages and checking the description appears correctly - or verify by loading the sql files manually and check they still load correctly Created attachment 32616 [details] [review] Bug 3977: MARC21 321$b has wrong description Fixing descriptions in all frameworks for consistency. Changed frameworks are: - es-ES, default framework - fr-FR, default and simple frameworks - nb-NO, default and simple frameworks - pl-PL, default and simple frameworks To test: - verify changes by reading them - or verify by running the web installers of those languages and checking the description appears correctly - or verify by loading the sql files manually and check they still load correctly Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> Created attachment 32657 [details] [review] [PASSED QA] Bug 3977: MARC21 321$b has wrong description Fixing descriptions in all frameworks for consistency. Changed frameworks are: - es-ES, default framework - fr-FR, default and simple frameworks - nb-NO, default and simple frameworks - pl-PL, default and simple frameworks To test: - verify changes by reading them - or verify by running the web installers of those languages and checking the description appears correctly - or verify by loading the sql files manually and check they still load correctly Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Works as expected, no regressions. Passing QA Patch pushed to master. Thanks Katrina! |