Update asset.class.php

This commit is contained in:
Philippe Grand 2018-08-28 10:39:11 +02:00 committed by GitHub
parent df05eb785b
commit 32d63aa50c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,9 +100,9 @@ class Asset extends CommonObject
public $entity;
/**
* @var string proper name for given parameter
*/
public $label;
* @var string proper name for given parameter
*/
public $label;
public $amount;
public $fk_soc;
@ -470,4 +470,4 @@ class Asset extends CommonObject
return 0;
}
}
}