Kleinere Bugfixes

This commit is contained in:
2023-09-21 16:49:31 +02:00
parent 8a35e1c7a4
commit 63a0ba2ecc
6 changed files with 25 additions and 12 deletions

View File

@@ -7725,6 +7725,11 @@ namespace BeWo.Service.ServiceImplementations
var code = DakotaFileCreator.GenerateDakotaFilesByMonth(year, month);
var path = @"C:\Projects\out";
File.WriteAllText(path, code.FirstOrDefault());
//var baseoid = long.Parse((string)param);
//var accounting = new AccountingServiceImp();