From 5190ce031be1f949dddb8dff8045a7fd5e2b091e Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Wed, 17 Sep 2025 12:45:42 +0200 Subject: [PATCH] Added Emaillog to PreorderBillingInvoice --- .../default/PreorderBillingInvoice/Index.php | 152 +++++++++++++++++- .../default/Preordernotification/EmailLog.php | 13 +- .../PreorderBillingInvoice.php | 9 ++ .../PreorderBillingInvoiceController.php | 53 ++++++ 4 files changed, 223 insertions(+), 4 deletions(-) diff --git a/Layout/default/PreorderBillingInvoice/Index.php b/Layout/default/PreorderBillingInvoice/Index.php index c7287b3bf..0cb42b21c 100644 --- a/Layout/default/PreorderBillingInvoice/Index.php +++ b/Layout/default/PreorderBillingInvoice/Index.php @@ -203,7 +203,17 @@ $pagination_entity_name = "Rechnungen"; € total, 2, ",", ".")?> € total_gross - $invoice->total, 2, ",", ".")?> € total_gross, 2, ",", ".")?> - date_delivered) ? " ".date("d.m.Y H:i", $invoice->date_delivered) : ""?> + + date_delivered): ?> + emailLog): ?> + + + + + date_delivered)?> + + + creator->name?>
create)?> @@ -231,6 +241,60 @@ $pagination_entity_name = "Rechnungen"; + +