1b75ad14fb
parseInt(ticketId, 10) was stripping leading zeros before sending to update_ticket.php. Switch to String(ticketId) for consistency with all other ticket ID handling in the JS codebase. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>