diff --git a/Layout/default/Address/View.php b/Layout/default/Address/View.php index 4c5d12823..03016cfe0 100644 --- a/Layout/default/Address/View.php +++ b/Layout/default/Address/View.php @@ -22,8 +22,13 @@
| Typ | +Rechnungsnummer | +Rechnungsdatum | +Betrag Netto | +Betrag Brutto | +Zahlungsart | +Versand | +
|---|---|---|---|---|---|---|
+
|
+ $invoice->id])?>"> =$invoice->invoice_number?> | +=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" ?> | + +