Merge pull request #23039 from FliyFly/ScrutinizerNote

Fix(Scrutinizer) note
This commit is contained in:
Laurent Destailleur 2022-11-30 00:21:09 +01:00 committed by GitHub
commit cd3601d14e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,6 +104,10 @@ class Loan extends CommonObject
*/
public $fk_project;
/**
* @var int totalpaid
*/
public $totalpaid;
const STATUS_UNPAID = 0;
const STATUS_PAID = 1;