Merge remote-tracking branch 'origin/features/ComboFinishing'

This commit is contained in:
Dario Sassi
2025-08-01 09:29:27 +02:00
+1 -1
View File
@@ -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), ""))