diff --git a/www/pages/content/kontoauszuege_konto_list.tpl b/www/pages/content/kontoauszuege_konto_list.tpl index 2516d00a..2157856b 100644 --- a/www/pages/content/kontoauszuege_konto_list.tpl +++ b/www/pages/content/kontoauszuege_konto_list.tpl @@ -6,21 +6,6 @@
[MESSAGE] Salden müssen über Gegenbuchungen ausgeglichen werden. -
-
-
{|Filter|}
-
    - [STATUSFILTER] -
  • - - -
  • -
-
-
[TAB1]
diff --git a/www/pages/content/kontoauszuege_list.tpl b/www/pages/content/kontoauszuege_list.tpl index 2a35563f..af67307b 100644 --- a/www/pages/content/kontoauszuege_list.tpl +++ b/www/pages/content/kontoauszuege_list.tpl @@ -6,6 +6,21 @@
[MESSAGE] [INFO] +
+
+
{|Filter|}
+
    + [STATUSFILTER] +
  • + + +
  • +
+
+
[TAB1]
diff --git a/www/pages/importvorlage.php b/www/pages/importvorlage.php index d09a4a88..1ff054c2 100644 --- a/www/pages/importvorlage.php +++ b/www/pages/importvorlage.php @@ -5119,6 +5119,8 @@ class Importvorlage extends GenImportvorlage { $row['soll'] = $row['betrag']; unset($row['betrag']); + $row['buchung'] = $this->app->erp->ReplaceDatum(true,$row['buchung'],false); + // Calculate hash $hash_fields = array('buchung','soll','waehrung','buchungstext'); $hash_text = "";