From c61bf62a8543f01b3572bc7ecae18474fdce02cf Mon Sep 17 00:00:00 2001 From: Alexandra Date: Fri, 22 Sep 2023 15:18:35 +0200 Subject: [PATCH] BzhEssenGGmbH/Import/AbschlagszahlungImport Korrektur Bezeichnung --- ReportImp/BzhEssenGGmbH/Import/AbschlagszahlungImport.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ReportImp/BzhEssenGGmbH/Import/AbschlagszahlungImport.cs b/ReportImp/BzhEssenGGmbH/Import/AbschlagszahlungImport.cs index 219e7271a..aa1c405ba 100644 --- a/ReportImp/BzhEssenGGmbH/Import/AbschlagszahlungImport.cs +++ b/ReportImp/BzhEssenGGmbH/Import/AbschlagszahlungImport.cs @@ -95,6 +95,7 @@ namespace BzhEssenGGmbH.Import if (azDebitor == debitor) { + az.Verwendungszweck += ", " + hp.CustomerLastName + ", " + hp.CustomerFirstName; if (!CheckAbschlagszahlung(az, hp)) { CreateAbschlagszahlung(az, hp);