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);