Hi in version 1.6 RC5 in the include/class.ticket.php on line 559 i am getting an warning that says missing argument 5 for Ticket : : postNote()
here is that section of code.
//Save the message as internal note...(record).
$this->postNote('Ticket Assigned to '.$staff->getName(),$message,false); //Notice that we are disabling note alerts!
return true;
wanted to add that this happens when i assign the ticket to staff and i put a note in. the menu i have for the notes at the bottom of the ticket disply are as follows.
Post Reply | Post Internal Note | Dept. Transfer | Re Assign Ticket | Merge Ticket