Re: [Koha] Software error: ~~Duplicate entry '320' for key 'PRIMARY' at~~~

2017-11-16 Thread Pedro Amorim
Yes the "about page" lists all duplicate IDs for all data affected. On Nov 16, 2017 19:47, "Scott Owen" wrote: > Select * from old_reserves where reserve_id = (320) > > seems to find the specific one..any way to find all the records in > question (like on the "about page"

Re: [Koha] Software error: ~~Duplicate entry '320' for key 'PRIMARY' at~~~

2017-11-16 Thread Scott Owen
Select * from old_reserves where reserve_id = (320) seems to find the specific one..any way to find all the records in question (like on the "about page" ) ? -S On Thu, Nov 16, 2017 at 3:25 PM, Pedro Amorim wrote: > Hey, you might have already checked this but

Re: [Koha] Software error: ~~Duplicate entry '320' for key 'PRIMARY' at~~~

2017-11-16 Thread Pedro Amorim
Hey, you might have already checked this but just to be sure: The problem you were having with circulation also applies to holds, borrowers, records and items I think. If this problem is related, you might want to check ID 320 on old_reserves table and if its there, the same solution from before

[Koha] Software error: ~~Duplicate entry '320' for key 'PRIMARY' at~~~

2017-11-16 Thread Scott Owen
Another erroris this one also related to the bug 18003 ? seems very similar. From one of my staff... I put a book that is checked out on hold. When it is returned, the system tells me who is waiting. I confirm the hold When I check the book