Ejemplo n.º 1
0
 /**
  * @see parent::updateFormFields()
  */
 function updateFormFields()
 {
     parent::updateFormFields();
     $this->_view = "{$this->code} - {$this->libelle}";
     $this->_shortview = $this->code;
 }
Ejemplo n.º 2
0
 /**
  * @see parent::updateFormFields()
  */
 function updateFormFields()
 {
     parent::updateFormFields();
     $this->_view = "({$this->code}) {$this->libelle}";
     $this->_shortview = "({$this->code}) {$this->libelle_court}";
 }
Ejemplo n.º 3
0
 /**
  * @see parent::updateFormFields()
  */
 function updateFormFields()
 {
     parent::updateFormFields();
     $this->_view = $this->code;
     $this->_shortview = $this->code;
 }