Fix directory names
This commit is contained in:
@@ -157,6 +157,7 @@ Namespace Winline
|
||||
|
||||
For Each oMandator As Mandator In pMandators
|
||||
Try
|
||||
' TODO: This is Schaum specific, maybe move to config later
|
||||
Dim oSQL = $"
|
||||
SELECT
|
||||
[c030],
|
||||
@@ -171,7 +172,7 @@ Namespace Winline
|
||||
Dim oTable As DataTable = Database.GetDatatable(oSQL)
|
||||
|
||||
If oTable.Rows.Count = 0 Then
|
||||
Logger.Warn("No DocumentKinds found for Mandator [{0}]", oMandator.Id)
|
||||
Logger.Debug("No DocumentKinds found for Mandator [{0}]", oMandator.Id)
|
||||
Continue For
|
||||
End If
|
||||
|
||||
|
||||
Reference in New Issue
Block a user