Merge pull request #21277 from badre-agtaib/scru5

FIX BUG: timestamp type is int not tms
This commit is contained in:
Laurent Destailleur 2022-06-14 21:10:36 +02:00 committed by GitHub
commit 7971683b60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1206,7 +1206,7 @@ class Account extends CommonObject
* 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 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
* @return int current sold (value date <= today)
*/