[Bug 21264] New: Data inconsistencies - "Item type" and "item type for older issues" in subscriptions
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21264 Bug ID: 21264 Summary: Data inconsistencies - "Item type" and "item type for older issues" in subscriptions Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Command-line Utilities Assignee: koha-bugs@lists.koha-community.org Reporter: victor.grousset@biblibre.com QA Contact: testopia@bugs.koha-community.org CC: robin@catalyst.net.nz We should test for remains of bug 20461. Which will cause that more items (serial issues) will be created with an itype to NULL See the following for more details about the issue https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20461#c13 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21264 Victor Grousset/tuxayo <victor.grousset@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |21010 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21010 [Bug 21010] Add a script to search for data inconsistencies -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21264 Victor Grousset/tuxayo <victor.grousset@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |20461 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20461 [Bug 20461] New subscription form: "Item type" and "item type for older issues" fields are ignored -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21264 Bug 21264 depends on bug 20461, which changed state. Bug 20461 Summary: New subscription form: "Item type" and "item type for older issues" fields are ignored https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20461 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Stable |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21264 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Isn't this covered by bug 21591 / bug 21150 ? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21264 --- Comment #2 from Victor Grousset/tuxayo <victor.grousset@biblibre.com> --- This issue is one of the causes of having invalid itype on items. So it would help having directly the root cause. We use a check for that: https://git.biblibre.com/biblibre/tools/src/commit/da516fdcd8a367047e1a5e5bd... The important par is this one: if [[ "$itype_on_item" ]] && # the syspref [[ "$makePreviousSerialAvailable" ]] && # another syspref [[ "$invalid_itemtypes_exists" || # subscription.itemtype "$invalid_previousitemtypes_exists" ]] # subscription.previousitemtype -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21264 --- Comment #3 from Victor Grousset/tuxayo <victor.grousset@biblibre.com> --- Maybe checking for subscription.itemtype isn't need. I haven't tested if the MARC frameworks usually doesn't let invalid values slip by. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org