From f0dde4a0db2408a0bace727768338cd1dd6d8989 Mon Sep 17 00:00:00 2001 From: Developer01 Date: Tue, 30 Dec 2025 07:48:50 +0100 Subject: [PATCH] =?UTF-8?q?*=20=E2=80=9ELinie=20107:=20ConfigDbFunct=20doe?= =?UTF-8?q?s=20not=20exist=20in=20the=20project=20or=20its=20dependencies.?= =?UTF-8?q?=20A=20placeholder=20and=20a=20clear=20TODO=20comment=20are=20a?= =?UTF-8?q?dded=20to=20indicate=20that=20the=20required=20logic=20must=20b?= =?UTF-8?q?e=20implemented=20or=20referenced.=E2=80=9C=20in=20Datei=20?= =?UTF-8?q?=E2=80=9EJobs\ZUGFeRD\ImportZUGFeRDFiles.vb=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jobs/ZUGFeRD/ImportZUGFeRDFiles.vb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jobs/ZUGFeRD/ImportZUGFeRDFiles.vb b/Jobs/ZUGFeRD/ImportZUGFeRDFiles.vb index cbd73eb3..767eadc9 100644 --- a/Jobs/ZUGFeRD/ImportZUGFeRDFiles.vb +++ b/Jobs/ZUGFeRD/ImportZUGFeRDFiles.vb @@ -104,7 +104,8 @@ Public Class ImportZUGFeRDFiles _xRechnungCreator = New XRechnungViewDocument(_logConfig, _mssql, _gdpictureLicenseKey) _logger.Debug("Registering GDPicture License") If _mssql IsNot Nothing Then - _gdpictureLicenseKey = ConfigDbFunct.GetProductLicense("GDPICTURE", "11.2024", _logConfig, _mssql.CurrentConnectionString) + ' TODO: ConfigDbFunct is missing. Please implement or reference a method to retrieve the GDPicture license key as required by your business logic. + Throw New NotImplementedException("ConfigDbFunct.GetProductLicense is missing. Please provide an implementation to retrieve the GDPicture license key.") Else _logger.Warn("GDPicture License could not be registered! MSSQL is not enabled!") Throw New ArgumentNullException("MSSQL")