Index: AX/Uitgaand/EC/DataAX/impl/AxFactuurLijnIterator.cls.xml =================================================================== diff -u -r53927 -r62367 --- AX/Uitgaand/EC/DataAX/impl/AxFactuurLijnIterator.cls.xml (.../AxFactuurLijnIterator.cls.xml) (revision 53927) +++ AX/Uitgaand/EC/DataAX/impl/AxFactuurLijnIterator.cls.xml (.../AxFactuurLijnIterator.cls.xml) (revision 62367) @@ -85,7 +85,7 @@ _" and SalesLine.ITEMID=Kenmerk.ITEMID " _" and InventDim.ConfigId<>'' and SalesLine.Partition=Kenmerk.Partition " _" left outer join AduCustomerFormNotes as ProdNotes on ProdNotes.REFTABLEID=359 and ProdNotes.REFRECID=SalesLine.RECID and ADUBODYTYPE=5 and ProdNotes.Partition=SalesLine.Partition and prodnotes.DATAAREAID = salesline.DATAAREAID" - _" where InvLine.DataAreaID='vhbe' and InvLine.Partition = 5637144576 and InvLine.INVOICEID = ? " ; specifieke factuur + _" where InvLine.DataAreaID='vhbe' and InvLine.Partition = 5637144576 and InvLine.INVOICEID = ? order by invLine.LineNum" ; specifieke factuur Set ..ResultSet = ..SqlQueryConnection.GetResultSetWithoutExecute(SqlStatement) Set sc=..ResultSet.Execute(FactuurID) ]]>