Merge pull request #13571 from frederic34/patch-7

Add table_ref_field to fichinterrec class
This commit is contained in:
Laurent Destailleur 2020-04-12 16:41:48 +02:00 committed by GitHub
commit faa9b98b39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,11 @@ class FichinterRec extends Fichinter
public $table_element_line = 'fichinter_rec';
public $fk_element = 'fk_fichinter';
/**
* {@inheritdoc}
*/
protected $table_ref_field = 'titre';
/**
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
*/