From 75e7123bf64c7b80c2870bcb21b36f797a3670dc Mon Sep 17 00:00:00 2001 From: DJh2o2 Date: Fri, 11 Mar 2022 09:43:45 +0100 Subject: [PATCH] changed "Frachtkosten" to "Versand und Bereitstellungskosten" --- Gremlin/MVVM/Operations/TexHandler.cs | 2 +- Gremlin/MVVM/Views/QuoteView.xaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gremlin/MVVM/Operations/TexHandler.cs b/Gremlin/MVVM/Operations/TexHandler.cs index 4efe396..622c796 100644 --- a/Gremlin/MVVM/Operations/TexHandler.cs +++ b/Gremlin/MVVM/Operations/TexHandler.cs @@ -180,7 +180,7 @@ namespace Gremlin.MVVM _ = texFile.AppendLine($"\\textbf{{Summe netto}} & \\SI{{{quoteVM.TotalNet}}}{{\\sieuro}}\\\\"); //Frachtkosten - _ = texFile.AppendLine($"\\textbf{{Frachtkosten ({quoteVM.Freight}\\%)}} & \\SI{{{quoteVM.TotalFreightOnly}}}{{\\sieuro}}\\\\"); + _ = texFile.AppendLine($"\\textbf{{Versand und Bereitstellungskosten ({quoteVM.Freight}\\%)}} & \\SI{{{quoteVM.TotalFreightOnly}}}{{\\sieuro}}\\\\"); //Gesamtsumme netto _ = texFile.AppendLine($"\\textbf{{Gesamtsumme netto}} & \\SI{{{quoteVM.TotalFreight}}}{{\\sieuro}}\\\\"); diff --git a/Gremlin/MVVM/Views/QuoteView.xaml b/Gremlin/MVVM/Views/QuoteView.xaml index 3fe8a86..53ea773 100644 --- a/Gremlin/MVVM/Views/QuoteView.xaml +++ b/Gremlin/MVVM/Views/QuoteView.xaml @@ -30,7 +30,7 @@ - + @@ -65,7 +65,7 @@ - +