That would require a customer field, then some php coding to check that on creation.I recommend changing line 2286 in class.ticket.php from $cfg->maxOpenTickets() > 0, to something that you define, and your definition would have to get the variable for the client, so it would be something like: $client->myCustomMaxOpenTicketsChecker() > 0Enjoy.