TASKPM/libreplan-business
Manuel Rego Casasnovas 2bf13fef80 Bug #1607: Fix issue filtering the resources load window
The issue was introduced in commit 05132fd5a7.
Where it was defined an algorithm:
  2.4) FSD is not null and FED is not null:
    2.4.1) APED is null: Check if APSD is between FSD and FED

This was wrong, it should be:
  2.4) FSD is not null and FED is not null:
    2.4.1) APED is null: Check if APSD is lower or equals than FSD or APSD is
    lower or equals than FED

FEA: ItEr77S04BugFixing
2013-01-29 14:05:48 +01:00
..
src Bug #1607: Fix issue filtering the resources load window 2013-01-29 14:05:48 +01:00
pom.xml Bump version number to 1.3.3 2012-12-21 14:38:48 +01:00