http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9303

Katrin Fischer <katrin.fisc...@bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #38 from Katrin Fischer <katrin.fisc...@bsz-bw.de> ---
Ok, found a major problem:

New PK for issues and old_issues:
- Sequential numbering done by updatedatabase worked correctly in
  my test database.
- Returning checked out items moves them correctly to old_issues,
  issue_id is kept.
- Checking out a new item after the updates generates an issue_id
  that was already used in old_issues!

In my database, afer update:
old_issues - 1-18
issues - 19-20
- returned 19, 20
old_issues 1-20
issues empty
- checked out 2 items
old_issues 1-20
issues 3,4

Please consider splitting the introduction of a new PK into a separate bug
report.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to