diff --git a/Theme/Backend/invoice-create.tpl.php b/Theme/Backend/invoice-create.tpl.php index 6350635..8e0f2d4 100644 --- a/Theme/Backend/invoice-create.tpl.php +++ b/Theme/Backend/invoice-create.tpl.php @@ -22,64 +22,64 @@ echo $this->getData('nav')->render(); ?>
| - | = $this->l11n->getText('Billing', 'Backend', 'Item'); ?> - | = $this->l11n->getText('Billing', 'Backend', 'Variation'); ?> - | = $this->l11n->getText('Billing', 'Backend', 'Name'); ?> - | = $this->l11n->getText('Billing', 'Backend', 'Quantity'); ?> - | = $this->l11n->getText('Billing', 'Backend', 'Discount'); ?> - | = $this->l11n->getText('Billing', 'Backend', 'DiscountP'); ?> - | = $this->l11n->getText('Billing', 'Backend', 'Bonus'); ?> - | = $this->l11n->getText('Billing', 'Backend', 'Tax'); ?> - | = $this->l11n->getText('Billing', 'Backend', 'Net'); ?> + | = $this->getText('Item'); ?> + | = $this->getText('Variation'); ?> + | = $this->getText('Name'); ?> + | = $this->getText('Quantity'); ?> + | = $this->getText('Discount'); ?> + | = $this->getText('DiscountP'); ?> + | = $this->getText('Bonus'); ?> + | = $this->getText('Tax'); ?> + | = $this->getText('Net'); ?> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| - = $this->l11n->getText('Billing', 'Backend', 'Freightage'); ?>: 0.00 - - = $this->l11n->getText('Billing', 'Backend', 'Net'); ?>: 0.00 - - = $this->l11n->getText('Billing', 'Backend', 'Tax'); ?>: 0.00 - - = $this->l11n->getText('Billing', 'Backend', 'Total'); ?>: 0.00 + = $this->getText('Freightage'); ?>: 0.00 - + = $this->getText('Net'); ?>: 0.00 - + = $this->getText('Tax'); ?>: 0.00 - + = $this->getText('Total'); ?>: 0.00 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
diff --git a/Theme/Backend/invoice-list.tpl.php b/Theme/Backend/invoice-list.tpl.php
index caeeaf3..9995851 100644
--- a/Theme/Backend/invoice-list.tpl.php
+++ b/Theme/Backend/invoice-list.tpl.php
@@ -23,17 +23,17 @@ echo $this->getData('nav')->render(); ?>
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||