Small typos

This commit is contained in:
Redhuan D. Oon 2010-04-14 08:46:32 +00:00
parent f77efad01e
commit b7a0548e7c
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ import org.compiere.util.TimeUtil;
* @version $Id: MTax.java,v 1.3 2006/07/30 00:51:02 jjanke Exp $
* red1 - FR: [ 2214883 ] Remove SQL code and Replace for Query
* trifonnt - BF [2913276] - Allow only one Default Tax Rate per Tax Category
* mjmckay - BF [2948632] - Allow edits to the Defautl Tax Rate
* mjmckay - BF [2948632] - Allow edits to the Default Tax Rate
*/
public class MTax extends X_C_Tax
{

View File

@ -3271,7 +3271,7 @@ public abstract class PO
* Insert Accounting Records
* @param acctTable accounting sub table
* @param acctBaseTable acct table to get data from
* @param whereClause optional where clause with alisa "p" for acctBaseTable
* @param whereClause optional where clause with alias "p" for acctBaseTable
* @return true if records inserted
*/
protected boolean insert_Accounting (String acctTable,