Summary: | Subfield 0 does not show in MARC detail in intranet | ||
---|---|---|---|
Product: | Koha | Reporter: | Fridolin Somers <fridolin.somers> |
Component: | Cataloging | Assignee: | Fridolin Somers <fridolin.somers> |
Status: | CLOSED FIXED | QA Contact: | Mason James <mtj> |
Severity: | minor | ||
Priority: | P5 - low | CC: | chris, m.de.rooy, mtj, paul.poulain |
Version: | 3.8 | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: |
Proposed patch
Bug 8709: Subfield 0 does not show in MARC detail in intranet |
Description
Fridolin Somers
2012-08-31 14:00:26 UTC
Created attachment 11917 [details] [review] Proposed patch Very small patch, just '0' considered has false in perl, use of 'defined'. Was correct in opac-MARCdetail.pl. Created attachment 11935 [details] [review] Bug 8709: Subfield 0 does not show in MARC detail in intranet Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> (In reply to comment #2) > Created attachment 11935 [details] [review] > Bug 8709: Subfield 0 does not show in MARC detail in intranet > > Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> patch looks good, passing QA… $ koha-qa.pl testing 1 commit(s) (applied to commit 2a60d49) * 058b2c6 Bug 8709: Subfield 0 does not show in MARC detail in intranet authorities/detail-biblio-search.pl authorities/detail.pl catalogue/MARCdetail.pl opac/opac-authoritiesdetail.pl * authorities/detail-biblio-search.pl OK * authorities/detail.pl OK * catalogue/MARCdetail.pl OK * opac/opac-authoritiesdetail.pl OK Patch pushed to master Pushed to 3.8.x, will be in 3.8.5 |