Esempio n. 1
0
 /**
  * Function to check whether field is ajax editable'
  * @return <Boolean>
  */
 public function isAjaxEditable()
 {
     $return = parent::isAjaxEditable();
     if (!$return || 'recurringtype' == $this->getFieldName()) {
         return false;
     }
     return true;
 }