[Koha-bugs] [Bug 25042] Koha::Schema::Result::Reserve redefines item and biblio rs

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 8 09:25:48 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25042

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
It was actually a rename.

Reserve.pm:
 default:
  * itemnumber
  * biblionumber
 new:
  * item
  * biblio

Issue.pm:
 default:
  * itemnumber
 new:
  * item
  * branch (missing FK?)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list