AwoDortmund/Export/DiamantExporter.cs - Bugfix bei mehreren RePositionen Soziotherapie
This commit is contained in:
@@ -184,7 +184,7 @@ namespace AwoDortmund.Export
|
|||||||
decimal betrag = ErzeugeBetrag(item);
|
decimal betrag = ErzeugeBetrag(item);
|
||||||
if (betrag != 0)
|
if (betrag != 0)
|
||||||
{
|
{
|
||||||
sb.Append(String.Format("{0:0.00}", betrag * -1));
|
sb.Append(String.Format("{0:0.00}", betrag));
|
||||||
sb.Append(";");
|
sb.Append(";");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user