Summary: | Small bug in die if no mapping in framework for biblioitems.biblioitemnumber | ||
---|---|---|---|
Product: | Koha | Reporter: | Fridolin Somers <fridolin.somers> |
Component: | Cataloging | Assignee: | Fridolin Somers <fridolin.somers> |
Status: | CLOSED FIXED | QA Contact: | Mason James <mtj> |
Severity: | normal | ||
Priority: | P5 - low | CC: | chris, m.de.rooy, mtj, paul.poulain |
Version: | 3.8 | ||
Hardware: | All | ||
OS: | All | ||
See Also: | http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8003 | ||
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 8586: Small bug in die if no mapping in framework for biblioitems.biblioitemnumber |
Description
Fridolin Somers
2012-08-07 10:31:57 UTC
Created attachment 11414 [details] [review] Proposed patch Test plan : ----------- Create a new framework using default one. Delete subfield definition mapped on biblioitems.biblioitemnumber. Create a new record using this framework. Without patch => software error With patch => error message Created attachment 11461 [details] [review] Bug 8586: Small bug in die if no mapping in framework for biblioitems.biblioitemnumber Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> (In reply to comment #3) > Created attachment 11461 [details] [review] > Bug 8586: Small bug in die if no mapping in framework for > biblioitems.biblioitemnumber > > Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> patch looks good, passing QA mason@xen1:~/git/head$ koha-qa.pl * 4481197 Bug 8586: Small bug in die if no mapping in framework for biblioitems.biblioitemnumber C4/Biblio.pm - perlcritic-progressive tests... OK - perl -c syntax tests... OK - xt/tt_valid.t tests... OK - xt/author/valid-template.t tests... OK Pushed to 3.8.x, will be in 3.8.4 Patch pushed to master. Already in stable, setting status accordingly. |