Dmitry Masanov
11/30/2020, 1:40 PM`SELECT TransactionLine.Transaction, TransactionLine.linesequencenumber, TransactionLine.item, FROM TransactionLine INNER JOIN Transaction ON ( Transaction.ID = TransactionLine.Transaction ) where ( TransactionLine.Transaction = ${rmaId}) order by TransactionLine.linesequencenumber`;
I get actually more lines than I see in GUI. What can cause this? Maybe some items are inactive and not shown in GUI?Watz
11/30/2020, 1:45 PMDmitry Masanov
11/30/2020, 1:47 PMDmitry Masanov
11/30/2020, 1:57 PMWatz
11/30/2020, 2:07 PMDmitry Masanov
11/30/2020, 2:08 PMDmitry Masanov
11/30/2020, 2:09 PMWatz
11/30/2020, 2:10 PMDmitry Masanov
11/30/2020, 2:18 PMWatz
11/30/2020, 2:23 PMstalbert
11/30/2020, 2:39 PMWatz
11/30/2020, 2:41 PMstalbert
11/30/2020, 2:44 PMstalbert
11/30/2020, 2:45 PMstalbert
11/30/2020, 2:46 PMstalbert
11/30/2020, 2:46 PMWatz
11/30/2020, 2:46 PMmichoel
11/30/2020, 10:38 PMmichoel
11/30/2020, 10:40 PMstalbert
12/01/2020, 1:47 PMWatz
12/03/2020, 11:23 AM