neue mahnlogik

This commit is contained in:
Ralph Soika 2023-04-17 14:20:30 +02:00
parent b52faff838
commit bbe247aed7
2 changed files with 3853 additions and 0 deletions

View file

@ -113,10 +113,12 @@ public class MahnlaufExecuteAdapter implements SignalAdapter {
switch (invoice.getTaskID()) { switch (invoice.getTaskID()) {
case 5200: case 5200:
case 5201:
if (dunningLevel < 1) if (dunningLevel < 1)
dunningLevel = 1; dunningLevel = 1;
break; break;
case 5210: case 5210:
case 5211:
if (dunningLevel < 2) if (dunningLevel < 2)
dunningLevel = 2; dunningLevel = 2;
break; break;

File diff suppressed because it is too large Load diff