update comments for function stub - minor edit
This commit is contained in:
parent
9d4d7bc0c5
commit
9e62761e21
|
@ -329,9 +329,7 @@ public final class MPayment extends X_C_Payment
|
||||||
*
|
*
|
||||||
* @param C_BankAccount_ID bank account
|
* @param C_BankAccount_ID bank account
|
||||||
* @param isReceipt true if receipt
|
* @param isReceipt true if receipt
|
||||||
* @param tenderType - Direct Debit or Direct Deposit
|
* @param tenderType - Cash (Payment)
|
||||||
* @param routingNo routing
|
|
||||||
* @param accountNo account
|
|
||||||
* @return true if valid
|
* @return true if valid
|
||||||
*/
|
*/
|
||||||
public boolean setBankCash (int C_BankAccount_ID, boolean isReceipt, String tenderType)
|
public boolean setBankCash (int C_BankAccount_ID, boolean isReceipt, String tenderType)
|
||||||
|
|
Loading…
Reference in New Issue