/**
  * Verify if user meet issue conditions
  * 
  * @param int $userid User id
  * @return string null if user meet issued conditions, or an text with erro
  */
 public function testable_can_issue($user = null, $chkcompletation = true)
 {
     return parent::can_issue($user = null, $chkcompletation = true);
 }