Summary: | Koha::Schema::Result::Reserve redefines item and biblio rs | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Architecture, internals, and plumbing | Assignee: | Bugs List <koha-bugs> |
Status: | CLOSED INVALID | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | ||
Version: | unspecified | ||
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: | ||
Bug Depends on: | 11703 | ||
Bug Blocks: |
Description
Jonathan Druart
2020-04-02 12:57:11 UTC
It was actually a rename. Reserve.pm: default: * itemnumber * biblionumber new: * item * biblio Issue.pm: default: * itemnumber new: * item * branch (missing FK?) |