mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
making param string cheque_number line up and conform better with previous code
This commit is contained in:
parent
95d644615c
commit
668d2fa6e8
|
|
@ -187,7 +187,7 @@ class BankAccounts extends DolibarrApi
|
|||
* @param string $description Description of the internal wire transfer {@from body}{@required true}
|
||||
* @param float $amount Amount to transfer from the source to the destination BankAccount {@from body}{@required true}
|
||||
* @param float $amount_to Amount to transfer to the destination BankAccount (only when accounts does not share the same currency) {@from body}{@required false}
|
||||
* @param string $cheque_number Cheque numero {@from body}
|
||||
* @param string $cheque_number Cheque numero {@from body}{@required false}
|
||||
*
|
||||
* @url POST /transfer
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user