diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php
index 073ce22..17746b1 100644
--- a/Theme/Backend/Lang/en.lang.php
+++ b/Theme/Backend/Lang/en.lang.php
@@ -1,4 +1,4 @@
-z [
'Address' => 'Address',
'Addresses' => 'Addresses',
'Bonus' => 'Bonus',
@@ -35,9 +35,11 @@ return [
'Invoices' => 'Invoices',
'Item' => 'Item',
'Items' => 'Items',
+ 'Media' => 'Media',
'Name' => 'Name',
'Net' => 'Net',
'Offer' => 'Offer',
+ 'Payment' => 'Payment',
'Price' => 'Price',
'Quantity' => 'Quantity',
'Recipient' => 'Recipient',
@@ -46,8 +48,9 @@ return [
'Supplier' => 'Supplier',
'SupplierID' => 'Supplier ID',
'Tax' => 'Tax',
+ 'TermsOfDelivery' => 'Terms Of Delivery',
'Total' => 'Total',
'Type' => 'Type',
'Variation' => 'Variation',
'Zip' => 'Zip',
-];
+]];
diff --git a/Theme/Backend/invoice-create.tpl.php b/Theme/Backend/invoice-create.tpl.php
index 1a3f900..62d86de 100644
--- a/Theme/Backend/invoice-create.tpl.php
+++ b/Theme/Backend/invoice-create.tpl.php
@@ -24,6 +24,8 @@ echo $this->getData('nav')->render(); ?>
@@ -56,6 +58,10 @@ echo $this->getData('nav')->render(); ?>
|
+ |
|
+ |
|
|
|
@@ -144,7 +150,7 @@ echo $this->getData('nav')->render(); ?>
|
|
|
- |
+ |
|
diff --git a/Theme/backend/Lang/en.lang.php b/Theme/backend/Lang/en.lang.php
index 073ce22..17746b1 100644
--- a/Theme/backend/Lang/en.lang.php
+++ b/Theme/backend/Lang/en.lang.php
@@ -1,4 +1,4 @@
-z [
'Address' => 'Address',
'Addresses' => 'Addresses',
'Bonus' => 'Bonus',
@@ -35,9 +35,11 @@ return [
'Invoices' => 'Invoices',
'Item' => 'Item',
'Items' => 'Items',
+ 'Media' => 'Media',
'Name' => 'Name',
'Net' => 'Net',
'Offer' => 'Offer',
+ 'Payment' => 'Payment',
'Price' => 'Price',
'Quantity' => 'Quantity',
'Recipient' => 'Recipient',
@@ -46,8 +48,9 @@ return [
'Supplier' => 'Supplier',
'SupplierID' => 'Supplier ID',
'Tax' => 'Tax',
+ 'TermsOfDelivery' => 'Terms Of Delivery',
'Total' => 'Total',
'Type' => 'Type',
'Variation' => 'Variation',
'Zip' => 'Zip',
-];
+]];
diff --git a/Theme/backend/invoice-create.tpl.php b/Theme/backend/invoice-create.tpl.php
index 1a3f900..62d86de 100644
--- a/Theme/backend/invoice-create.tpl.php
+++ b/Theme/backend/invoice-create.tpl.php
@@ -24,6 +24,8 @@ echo $this->getData('nav')->render(); ?>
+
+
@@ -56,6 +58,10 @@ echo $this->getData('nav')->render(); ?>
|
|
+ |
|
+ |
|
|
|
@@ -144,7 +150,7 @@ echo $this->getData('nav')->render(); ?>
|
|
|
- |
+ |
|
|