Skip to content

Commit

Permalink
fix perpare groovy script
Browse files Browse the repository at this point in the history
  • Loading branch information
nr23730 committed Apr 28, 2022
1 parent e8b8565 commit 6ce19a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapper/prepare.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if (csv.name.contains('Diagnosen_Vorst')) {
}
} else {
if (m.containsKey(jahrText) && m.containsKey(monatText)
&& m.get(jahrText) == '' && !m.get(monatText) == '') {
&& m.get(jahrText) != '' && m.get(monatText) != '') {
pMap.put(m.get(pid), m)
}
}
Expand Down

0 comments on commit 6ce19a3

Please sign in to comment.