diff --git a/Theme/Backend/sales-bill.tpl.php b/Theme/Backend/sales-bill.tpl.php index eb5c878..fa6ec27 100644 --- a/Theme/Backend/sales-bill.tpl.php +++ b/Theme/Backend/sales-bill.tpl.php @@ -76,9 +76,9 @@ echo $this->getData('nav')->render(); ?>
-
-

getHtml('Invoice'); ?>

-
+
+
getHtml('Invoice'); ?>
+
@@ -102,9 +102,9 @@ echo $this->getData('nav')->render(); ?>
-
-

getHtml('Delivery'); ?>

-
+
+
getHtml('Delivery'); ?>
+
@@ -175,9 +175,9 @@ echo $this->getData('nav')->render(); ?>
getHtml('Freightage'); ?>: 0.00 - - getHtml('Net'); ?>: 0.00 - + getHtml('Net'); ?>: net->getCurrency(); ?> - getHtml('Tax'); ?>: 0.00 - - getHtml('Total'); ?>: 0.00 + getHtml('Total'); ?>: gross->getCurrency(); ?>
@@ -249,12 +249,6 @@ echo $this->getData('nav')->render(); ?>
- l11nManager, $this->request, $this->response); - $footerView->setTemplate('/Web/Templates/Lists/Footer/PaginationBig'); - $footerView->setPages(20); - $footerView->setPage(1); - ?>