[Koha-bugs] [Bug 14069] Follow-up 13790: Fix database update to drop PK on issues/old_issues first

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 8 01:34:21 CEST 2015


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

Liz Rea <liz at catalyst.net.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |liz at catalyst.net.nz

--- Comment #8 from Liz Rea <liz at catalyst.net.nz> ---
I have seen double ups in issues on 3.20, probably because of this.

Example: 

+----------+----------------+------------+---------------------+---------------------+---------------------+
| issue_id | borrowernumber | itemnumber | date_due            | timestamp     
     | issuedate           |
+----------+----------------+------------+---------------------+---------------------+---------------------+
|  1840368 |            547 |     123292 | 2015-10-29 23:59:00 | 2015-10-08
10:09:20 | 2015-10-08 10:09:19 |
|  1840369 |            547 |     123292 | 2015-10-29 23:59:00 | 2015-10-08
10:09:21 | 2015-10-08 10:09:20 |
+----------+----------------+------------+---------------------+---------------------+---------------------+

Because the ajax table is slow to load, sometimes extra careful staff members
scan things twice because they thought they didn't get it. Seems a bit odd that
it wouldn't prompt for renew instead of generating another issue, but there it
is.

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


More information about the Koha-bugs mailing list