WIP Price Calculation
This commit is contained in:
@@ -540,11 +540,11 @@ Public Class frmImportMain
|
||||
For Each oRow In pDocument.Rows
|
||||
' Grab grid for the current DocumentRow
|
||||
Dim oGrid As GridControl = Grids.
|
||||
Where(Function(g) g.Name = oRow.Name).
|
||||
Where(Function(g) g.Name = oRow.TableName).
|
||||
SingleOrDefault()
|
||||
|
||||
' Grab table for the current DocumentRow and create new row
|
||||
Dim oDataTable As DataTable = oDatasources.Item(oRow.Name)
|
||||
Dim oDataTable As DataTable = oDatasources.Item(oRow.TableName)
|
||||
Dim oDataRow = oDataTable.NewRow()
|
||||
|
||||
' Assign the Guid of the DocumentRow
|
||||
|
||||
Reference in New Issue
Block a user