https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36493 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com --- Comment #3 from David Nind <david@davidnind.com> --- Testing notes (using KTD): 1. The first cash register created doesn't always have an ID of 1. 2. I had to update the database manually to have one with an ID of 1: - Access the database: koha-mysql kohadev - Get a list of cash registers: select * from cash_registers; - Update the cash register ID (XXXXX = the name of the cash register from the first query): update cash_registers set id=1 where name="XXXXX"; -- You are receiving this mail because: You are watching all bug changes.