@{
var count = 0;
diff --git a/BeWoPlanerMobil/Views/Customer/CustomerBargeldtransaktionenFormPartial.cshtml b/BeWoPlanerMobil/Views/Customer/CustomerBargeldtransaktionenFormPartial.cshtml
index 2322815ec..909fde3bb 100644
--- a/BeWoPlanerMobil/Views/Customer/CustomerBargeldtransaktionenFormPartial.cshtml
+++ b/BeWoPlanerMobil/Views/Customer/CustomerBargeldtransaktionenFormPartial.cshtml
@@ -142,7 +142,7 @@
{
if(selectedBargeldtransaktion.Zahlungsdatum.HasValue)
{
- transaktionsdatum = selectedBargeldtransaktion.Zahlungsdatum.Value.ToString("dd.MM.yyyy");
+ transaktionsdatum = selectedBargeldtransaktion.Zahlungsdatum.Value.ToString("yyyy-MM-dd");
}
transaktionsbelegnummer = selectedBargeldtransaktion.Belegnummer;
diff --git a/BeWoPlanerMobil/Views/Customer/CustomerBargeldtransaktionshistorienPartial.cshtml b/BeWoPlanerMobil/Views/Customer/CustomerBargeldtransaktionshistorienPartial.cshtml
index 7742ed220..dab739866 100644
--- a/BeWoPlanerMobil/Views/Customer/CustomerBargeldtransaktionshistorienPartial.cshtml
+++ b/BeWoPlanerMobil/Views/Customer/CustomerBargeldtransaktionshistorienPartial.cshtml
@@ -25,7 +25,7 @@
Geändert von
|
- @historyEntry.BargeldtransaktionUdpUser
+ @historyEntry.InsUser
|
diff --git a/BeWoPlanerMobil/Views/Main/GoalTreePartial.cshtml b/BeWoPlanerMobil/Views/Main/GoalTreePartial.cshtml
index 075ade629..7f21716de 100644
--- a/BeWoPlanerMobil/Views/Main/GoalTreePartial.cshtml
+++ b/BeWoPlanerMobil/Views/Main/GoalTreePartial.cshtml
@@ -160,7 +160,7 @@