Merge branch 'master' of ssh://float.ownsoft.de/git/beyondSoft/BeWo
This commit is contained in:
@@ -272,9 +272,9 @@ namespace AwoDortmund.Export
|
||||
}
|
||||
if (oid.HasValue && c2sOid2SoziBetrag.ContainsKey(oid.Value))
|
||||
{
|
||||
betragSozi = c2sOid2SoziBetrag[oid.Value];
|
||||
betragSozi = Math.Round(betragSozi, 2, MidpointRounding.AwayFromZero);
|
||||
betragBewo -= betragSozi;
|
||||
betragSozi = c2sOid2SoziBetrag[oid.Value]; //SoziotherapieRechnung enthält nur Soziotherapiebeträge
|
||||
betragSozi = Math.Round(betragBewo, 2, MidpointRounding.AwayFromZero);
|
||||
betragBewo = 0;
|
||||
}
|
||||
//bewo 610900
|
||||
//offener Treff 610910 Leistungskategorie Gruppenbuchung
|
||||
|
||||
Reference in New Issue
Block a user