Better colors for file grid, small tweaks
This commit is contained in:
@@ -19,7 +19,6 @@ Namespace Documents
|
||||
''' </summary>
|
||||
Public Property Rows As New List(Of DocumentRow)
|
||||
|
||||
Public Property Selected As Boolean = False
|
||||
Public Property Imported As Boolean = False
|
||||
|
||||
Public ReadOnly Property HasErrors As Boolean
|
||||
|
||||
@@ -701,6 +701,8 @@ Namespace Winline
|
||||
Where(Function(item) item.DestinationName = "MANDATOR" And item.DestinationValue = oMandator.Id And item.SourceName = "ARTICLE").
|
||||
ToList()
|
||||
|
||||
Logger.Debug("Processing [{0}] Mappings for Articlenumber [{1}]", oMappingConfigItems.Count, oArticleNumber)
|
||||
|
||||
' If not match was found, continune to next mandator.
|
||||
' For a catch all mandator, a regex like ".+" is needed.
|
||||
For Each oItem In oMappingConfigItems
|
||||
|
||||
Reference in New Issue
Block a user