minor typo fixes.
This commit is contained in:
parent
8f79bb25de
commit
482bb9ad09
|
@ -543,7 +543,7 @@ public class MPeriod extends X_C_Period
|
|||
|
||||
/**
|
||||
* Standard Period
|
||||
* @return true if standard calendar perios
|
||||
* @return true if standard calendar periods
|
||||
*/
|
||||
public boolean isStandardPeriod()
|
||||
{
|
||||
|
@ -651,7 +651,7 @@ public class MPeriod extends X_C_Period
|
|||
} // toString
|
||||
|
||||
/**
|
||||
* Conventient method for testing if a period is open
|
||||
* Convenient method for testing if a period is open
|
||||
* @param ctx
|
||||
* @param dateAcct
|
||||
* @param docBaseType
|
||||
|
@ -668,7 +668,7 @@ public class MPeriod extends X_C_Period
|
|||
}
|
||||
|
||||
/**
|
||||
* Conventient method for testing if a period is open
|
||||
* Convenient method for testing if a period is open
|
||||
* @param ctx
|
||||
* @param dateAcct
|
||||
* @param docBaseType
|
||||
|
@ -685,7 +685,7 @@ public class MPeriod extends X_C_Period
|
|||
}
|
||||
|
||||
/**
|
||||
* Conventient method for testing if a period is open
|
||||
* Convenient method for testing if a period is open
|
||||
* @param ctx
|
||||
* @param dateAcct
|
||||
* @param C_DocType_ID
|
||||
|
@ -701,7 +701,7 @@ public class MPeriod extends X_C_Period
|
|||
}
|
||||
|
||||
/**
|
||||
* Conventient method for testing if a period is open
|
||||
* Convenient method for testing if a period is open
|
||||
* @param ctx
|
||||
* @param dateAcct
|
||||
* @param C_DocType_ID
|
||||
|
|
Loading…
Reference in New Issue