/**
  * @see parent::updateFormFields()
  **/
 function updateFormFields()
 {
     parent::updateFormFields();
     $this->_view = sprintf("FA%08d", $this->_id);
     if (CAppUI::conf("ref_pays") == 2) {
         $this->_view .= " /{$this->numero}";
     }
 }