Small typos
This commit is contained in:
parent
f77efad01e
commit
b7a0548e7c
|
@ -33,7 +33,7 @@ import org.compiere.util.TimeUtil;
|
||||||
* @version $Id: MTax.java,v 1.3 2006/07/30 00:51:02 jjanke Exp $
|
* @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
|
* red1 - FR: [ 2214883 ] Remove SQL code and Replace for Query
|
||||||
* trifonnt - BF [2913276] - Allow only one Default Tax Rate per Tax Category
|
* 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
|
public class MTax extends X_C_Tax
|
||||||
{
|
{
|
||||||
|
|
|
@ -3271,7 +3271,7 @@ public abstract class PO
|
||||||
* Insert Accounting Records
|
* Insert Accounting Records
|
||||||
* @param acctTable accounting sub table
|
* @param acctTable accounting sub table
|
||||||
* @param acctBaseTable acct table to get data from
|
* @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
|
* @return true if records inserted
|
||||||
*/
|
*/
|
||||||
protected boolean insert_Accounting (String acctTable,
|
protected boolean insert_Accounting (String acctTable,
|
||||||
|
|
Loading…
Reference in New Issue