timestamp type is int not tms

This commit is contained in:
bagtaib 2022-06-14 17:56:55 +02:00
parent 587f794fdf
commit 3718afb16f

View File

@ -1206,7 +1206,7 @@ class Account extends CommonObject
* Return current sold * Return current sold
* *
* @param int $option 1=Exclude future operation date (this is to exclude input made in advance and have real account sold) * @param int $option 1=Exclude future operation date (this is to exclude input made in advance and have real account sold)
* @param tms $date_end Date until we want to get bank account sold * @param int $date_end Date until we want to get bank account sold
* @param string $field dateo or datev * @param string $field dateo or datev
* @return int current sold (value date <= today) * @return int current sold (value date <= today)
*/ */