Skip to content

Commit

Permalink
Merge pull request Dolibarr#15233 from frederic34/patch-6
Browse files Browse the repository at this point in the history
doxygen
  • Loading branch information
eldy authored Oct 31, 2020
2 parents fcdd1b4 + ffb8c91 commit bb4bde4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions htdocs/asset/class/asset.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,6 @@ class Asset extends CommonObject
*/
public $description;

public $note_public;
public $note_private;

/**
* @var integer|string date_creation
*/
Expand All @@ -151,6 +148,9 @@ class Asset extends CommonObject
*/
public $fk_user_modif;

/**
* @var string import key
*/
public $import_key;

/**
Expand Down

0 comments on commit bb4bde4

Please sign in to comment.