Thanks for that :-)For future generations:I had to edit scp/tickets.php and comment the following lines:// elseif(!$_POST)// $errors = __('Assignment comments required');// elseif(strlen($_POST)<5)// $errors = __('Comment too short');In order to set the Comments section on the Department Transfer tab as non-required, I also commented the following lines:// if(!$_POST)// $errors = __('Transfer comments required');// elseif(strlen($_POST)<5)// $errors = __('Transfer comments too short!');