- Edited
This is a kind of minor issue, but one that has been annoying me a lot. I use basic ticket numbering, and the links to tickets, like tickets.php?id=123 use to match the ticket numbers, but something has caused them not to match. The ticket number is 5 ahead of the id. I was kind of surprised to see this, but after seeing how there is the whole custom ticket numbering system available, I understand that they are not actually linked like in most php projects. I have actually gone and manually set the AUTO_INCREMENT for the ost_tickets table so that they line up (hopefully that doesn't break anything... since I only adjusted it forwards).Anyone have recommendation on how to keep them matching, or a patch to just use the sql table's auto increment instead of fancy osticket numbering?What would be really nice an option, like a checkbox, in the Manage Sequences tool, to just follow the sql auto increment.Thanks,Dan