ItEr27S05RFControlAvancesIncompatiblesEnUnidadesTraballoItEr26S06: New predefined AdvanceType "children".
This commit is contained in:
parent
ac5b0f45ef
commit
d4ff24c66d
1 changed files with 3 additions and 1 deletions
|
|
@ -6,7 +6,9 @@ import org.navalplanner.business.advance.entities.AdvanceType;
|
|||
import org.navalplanner.business.common.Registry;
|
||||
|
||||
public enum PredefinedAdvancedTypes {
|
||||
PERCENTAGE("percentage", new BigDecimal(100), new BigDecimal(0.01)), UNITS(
|
||||
CHILDREN("children", new BigDecimal(Integer.MAX_VALUE),
|
||||
new BigDecimal(0.01)), PERCENTAGE("percentage",
|
||||
new BigDecimal(100), new BigDecimal(0.01)), UNITS(
|
||||
"units", new BigDecimal(Integer.MAX_VALUE), new BigDecimal(1));
|
||||
|
||||
private PredefinedAdvancedTypes(String name, BigDecimal defaultMaxValue,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue