diff --git a/Layout/default/Address/invoice.php b/Layout/default/Address/invoice.php
index 7c3b974bc..e0fc75fb1 100644
--- a/Layout/default/Address/invoice.php
+++ b/Layout/default/Address/invoice.php
@@ -67,8 +67,8 @@
=date("d.m.Y", $invoice->invoice_date)?> |
">€ =number_format($invoice->total, 2, ",", ".")?> |
">€ =number_format($invoice->total_gross, 2, ",", ".")?> |
- =($invoices->billing_type == "sepa") ? "Einzug" : "Einzahlung" ?> |
- =($invoices->billing_delivery == "email") ? "Email (".$invoice->email.")" : "Postversand" ?> |
+ =($invoice->billing_type == "sepa") ? "Einzug" : "Einzahlung" ?> |
+ =($invoice->billing_delivery == "email") ? "Email (".$invoice->email.")" : "Postversand" ?> |
$invoice->id])?>" title="CSV-Download"> |