Merge remote-tracking branch 'origin/features/ComboFinishing'
This commit is contained in:
@@ -7449,7 +7449,7 @@ Public Class MachiningTreeViewItem
|
||||
End If
|
||||
Next
|
||||
' Assegno valori alla lista temporanea
|
||||
If value.Count > 0 Then
|
||||
If value.Count > 0 AndAlso sNotes(0) = "i" Then
|
||||
tmpsNotes.Add(New NoteListBoxItem(IndexNote, sNotes(0), sNotes(1), value))
|
||||
ElseIf sNotes.Count < 3 Then
|
||||
tmpsNotes.Add(New NoteListBoxItem(IndexNote, sNotes(0), sNotes(1), ""))
|
||||
|
||||
Reference in New Issue
Block a user