ItEr38S05ValidacionEProbasFuncionaisItEr37S06: Fixing bug that didn't allow to add new allocations
This commit is contained in:
parent
acdd82044b
commit
a16407e579
1 changed files with 1 additions and 2 deletions
|
|
@ -50,8 +50,7 @@ import org.zkoss.zul.SimpleConstraint;
|
|||
public abstract class AllocationRow {
|
||||
|
||||
public static final SimpleConstraint CONSTRAINT_FOR_RESOURCES_PER_DAY = new SimpleConstraint(
|
||||
SimpleConstraint.NO_EMPTY
|
||||
| SimpleConstraint.NO_ZERO | SimpleConstraint.NO_NEGATIVE);
|
||||
SimpleConstraint.NO_EMPTY | SimpleConstraint.NO_NEGATIVE);
|
||||
|
||||
public static void assignHours(List<AllocationRow> rows, int[] hours) {
|
||||
int i = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue