From e7a7c454300b84d4556cbb5b044aadc79834c47a Mon Sep 17 00:00:00 2001 From: Developer01 Date: Tue, 24 Jun 2025 14:51:40 +0200 Subject: [PATCH] Sichtbeleg Logging --- Jobs/ZUGFeRD/XRechnungViewDocument.vb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Jobs/ZUGFeRD/XRechnungViewDocument.vb b/Jobs/ZUGFeRD/XRechnungViewDocument.vb index 19b37fbf..5f5eaa3c 100644 --- a/Jobs/ZUGFeRD/XRechnungViewDocument.vb +++ b/Jobs/ZUGFeRD/XRechnungViewDocument.vb @@ -130,22 +130,22 @@ Public Class XRechnungViewDocument If oArea = "TYPE" Then oAREACaption = $"{Return_InvType(oItemValue)} [{oItemValue}]" ElseIf oArea = "SELLER" Then - oAREACaption = "Verkäufer / Seller:" + oAREACaption = "Verkäufer/Seller:" ElseIf oArea = "BUYER" Then - oAREACaption = "Käufer / Buyer:" + oAREACaption = "Käufer/Buyer:" ElseIf oArea = "POSITION" Then - oAREACaption = "Positionen / Positions:" + oAREACaption = "Positionen/Positions:" oIsPosition = True ElseIf oArea = "AMOUNT" Then - oAREACaption = "Beträge / Amounts:" + oAREACaption = "Beträge/Amounts:" oCreateTextBox = True ElseIf oArea = "TAXPOS" Then - oAREACaption = "Steuerbeträge / Tax amounts:" + oAREACaption = "Steuerbeträge/Tax amounts:" oIsPosition = True ElseIf oArea = "PAYMENT" Then - oAREACaption = "Zahlungsinformationen / Payment details:" + oAREACaption = "Zahlungsinformationen/Payment details:" ElseIf oArea = "EXEMPTION" Then - oAREACaption = "UST.-Befreiungsgrund / Exemption reason:" + oAREACaption = "USt.-Befreiungsgrund/Exemption reason:" Else oAREACaption = String.Empty End If