Changed Einzug to Bankeinzug in Address/Invoice
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
<td><?=date("d.m.Y", $invoice->invoice_date)?></td>
|
||||
<td class="<?=($invoice->total < 0) ? "text-danger" : ""?>">€ <?=number_format($invoice->total, 2, ",", ".")?></td>
|
||||
<td class="<?=($invoice->total_gross < 0) ? "text-danger" : ""?>">€ <?=number_format($invoice->total_gross, 2, ",", ".")?></td>
|
||||
<td><?=($invoice->billing_type == "sepa") ? "Einzug" : "Einzahlung" ?></td>
|
||||
<td><?=($invoice->billing_type == "sepa") ? "Bankeinzug" : "Einzahlung" ?></td>
|
||||
<td><?=($invoice->billing_delivery == "email") ? "Email (".$invoice->email.")" : "Postversand" ?></td>
|
||||
<td><a href="<?=self::getUrl("Invoice", "downloadInvoiceCsv", ["id" => $invoice->id])?>" title="CSV-Download"><i class="fas fa-file-csv fa-fw"></i></a></td>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user