NAV OnlineInvoices
This commit is contained in:
@@ -84,6 +84,9 @@ Public Class ProductsGant
|
||||
Get
|
||||
Dim _CC As String = " ProductsGant.Oid = '" & Me.Oid.ToString() & "'"
|
||||
|
||||
'IDEIGLENES
|
||||
'_CC += " AND Products.Oid ='81ed2085-6bf7-4c77-9906-d7165d0cbb8b'"
|
||||
|
||||
If String.IsNullOrEmpty(Criteria) = False Then
|
||||
_CC += " AND " & CriteriaOperator.Parse(Criteria).ToString()
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user