update comments for function stub - minor edit

This commit is contained in:
mjudd 2009-06-10 23:00:56 +00:00
parent 9d4d7bc0c5
commit 9e62761e21
1 changed files with 1 additions and 3 deletions

View File

@ -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)