MH: Calculations Bugfix bei Pauschal abrechenbaren Leistungskategorien
This commit is contained in:
@@ -1598,10 +1598,10 @@ namespace BS.Shared.Services
|
||||
intervalEnd = intervalStart.AddYears(1);
|
||||
break;
|
||||
case AccountingIntervalType.FlatRate:
|
||||
intervalEnd = dtEnd.Value;
|
||||
intervalEnd = dtEnd.Value.AddDays(1);
|
||||
break;
|
||||
default:
|
||||
intervalEnd = dtEnd.Value;
|
||||
intervalEnd = dtEnd.Value.AddDays(1);
|
||||
break;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user