From f32547f7932b74c9353467295ae713d4c0216c56 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 5 Jun 2021 11:01:03 +0200 Subject: [PATCH] bug fixes --- Theme/Backend/sales-item-profile.tpl.php | 29 ++++++++++++------------ 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/Theme/Backend/sales-item-profile.tpl.php b/Theme/Backend/sales-item-profile.tpl.php index f6155c1..a268916 100755 --- a/Theme/Backend/sales-item-profile.tpl.php +++ b/Theme/Backend/sales-item-profile.tpl.php @@ -46,19 +46,20 @@ echo $this->getData('nav')->render();
@@ -219,7 +220,7 @@ echo $this->getData('nav')->render(); printHtml($invoice->getNumber()); ?> printHtml($invoice->type->getL11n()); ?> - printHtml($invoice->billTo); ?> + printHtml($invoice->billTo); ?> printHtml($invoice->net->getCurrency()); ?> printHtml($invoice->createdAt->format('Y-m-d')); ?>