Skip to content
Snippets Groups Projects
Commit 094d320b authored by OZGCloud's avatar OZGCloud
Browse files

Merge pull request 'OZG-3458 Die heute fällige Wiedervorlagen...

Merge pull request 'OZG-3458 Die heute fällige Wiedervorlagen mitberücksichtigen' (#262) from OZG-3458-heute-faellige-Wiedervorlagen-mitberuecksichtigen into master

Reviewed-on: https://git.ozg-sh.de/mgm/goofy/pulls/262


Reviewed-by: default avatarOZGCloud <ozgcloud@mgm-tp.com>
parents 60603cb2 c2257815
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ class StatisticRemoteService { ...@@ -65,7 +65,7 @@ class StatisticRemoteService {
.setResultName(EXISTS_WIEDERVORLAGE_OVERDUE_RESULT_NAME) .setResultName(EXISTS_WIEDERVORLAGE_OVERDUE_RESULT_NAME)
.setPath(WIEDERVORLAGE_NEXT_FRIST_PATH) .setPath(WIEDERVORLAGE_NEXT_FRIST_PATH)
.setGroupMethod(GroupMethod.EXISTS) .setGroupMethod(GroupMethod.EXISTS)
.setOperator(Operator.LESS_THEN) .setOperator(Operator.LESS_THEN_OR_EQUAL_TO)
.setOperandStringValue(OPERAND_TODAY_DATE) .setOperandStringValue(OPERAND_TODAY_DATE)
.build(); .build();
} }
......
...@@ -97,7 +97,7 @@ class StatisticRemoteServiceTest { ...@@ -97,7 +97,7 @@ class StatisticRemoteServiceTest {
.contains( .contains(
EXISTS_WIEDERVORLAGE_OVERDUE_RESULT_NAME, EXISTS_WIEDERVORLAGE_OVERDUE_RESULT_NAME,
WIEDERVORLAGE_NEXT_FRIST_PATH, WIEDERVORLAGE_NEXT_FRIST_PATH,
Operator.LESS_THEN, Operator.LESS_THEN_OR_EQUAL_TO,
GroupMethod.EXISTS, GroupMethod.EXISTS,
OPERAND_TODAY_DATE OPERAND_TODAY_DATE
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment