mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-26 18:53:24 +01:00
making param string cheque_number line up and conform better with previous code
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user