Rename TemplateConfigItem to FieldConfig

This commit is contained in:
Jonathan Jenne
2022-05-03 15:38:35 +02:00
parent 5accfbe002
commit 8e02ed7159
7 changed files with 14 additions and 14 deletions

View File

@@ -103,7 +103,7 @@ Public Class ReportGenerator(Of TReport As IReport)
Return oResult
End Function
Private Function FillFieldValuesFromSQL(pDocument As Document, pSQLConfig As List(Of TemplateConfigItem), pReportFileName As String) As Document
Private Function FillFieldValuesFromSQL(pDocument As Document, pSQLConfig As List(Of FieldConfig), pReportFileName As String) As Document
For Each oSQLConfigItem In pSQLConfig
' FieldList is a list of fields that will be changed
' Example: Setting SQL for Article StorageLocation will invoke the sql for each row