2
0
forked from Wavyzz/dolibarr

fix phpdoc (#27428)

This commit is contained in:
Frédéric FRANCE
2024-01-12 18:02:42 +01:00
committed by GitHub
parent b7846ac9d1
commit ae194e2d3e

View File

@@ -415,7 +415,7 @@ class CompanyBankAccount extends Account
* @param int $id Id of record
* @param int $socid Id of company. If this is filled, function will return the first entry found (matching $default and $type)
* @param int $default If id of company filled, we say if we want first record among all (-1), default record (1) or non default record (0)
* @param int $type If id of company filled, we say if we want record of this type only
* @param string $type If id of company filled, we say if we want record of this type only
* @return int Return integer <0 if KO, >0 if OK
*/
public function fetch($id, $socid = 0, $default = 1, $type = 'ban')