Example #1
0
 /**
  * @return bool
  */
 public function isCanShowOrderAssign()
 {
     return AW_Helpdesk3_Helper_Config::isCanShowOrderSelectorOnTicketCreate() && count($this->getOrderOptionList()) > 0;
 }