Skip to content
Snippets Groups Projects

hotline #109030 : minsoc : delete 'not selected' display

1 unresolved thread
Compare and
3 files
+ 4
4
Preferences
Compare changes
Files
3
@@ -43,7 +43,7 @@ class ZendAfi_Form_Element_Authority extends Zend_Form_Element_Xhtml {
public function getRecordLabel() {
return ($id = $this->getValue()) && ($record = Class_Notice::find($id))
? $record->getTitrePrincipal()
: $this->_('non sélectionné');
: '';
}