Update bookmark.class.php

This commit is contained in:
Philippe Grand 2018-08-22 22:36:07 +02:00 committed by GitHub
parent 92cb9c4204
commit d03900c6f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,9 +31,9 @@ class Bookmark extends CommonObject
public $element='bookmark';
/**
* @var string Name of table without prefix where object is stored
*/
public $table_element='bookmark';
* @var string Name of table without prefix where object is stored
*/
public $table_element='bookmark';
public $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
public $picto = 'bookmark';