Remove DocumentPathOrigin from DbConfig and usages
DocumentPathOrigin property and all related code references have been removed from DbConfig, ConfigModel, and FinalizeDocumentJob. DocumentPath is now used exclusively for document path handling, simplifying configuration and reducing redundancy.
This commit is contained in:
@@ -16,7 +16,6 @@ public class ConfigModel(MSSQLServer Database, ILogger Logger)
|
||||
return new DbConfig
|
||||
{
|
||||
DocumentPath = row.ItemEx("DOCUMENT_PATH", string.Empty),
|
||||
DocumentPathOrigin = row.ItemEx("DOCUMENT_PATH", string.Empty),
|
||||
ExportPath = row.ItemEx("EXPORT_PATH", string.Empty),
|
||||
SendingProfile = row.ItemEx("SENDING_PROFILE", 0),
|
||||
SignatureHost = row.ItemEx("SIGNATURE_HOST", string.Empty),
|
||||
|
||||
Reference in New Issue
Block a user