diff --git a/Theme/Backend/item-create.tpl.php b/Theme/Backend/item-create.tpl.php
index 41ee057..ab8f8f1 100644
--- a/Theme/Backend/item-create.tpl.php
+++ b/Theme/Backend/item-create.tpl.php
@@ -2,7 +2,7 @@
/**
* Orange Management
*
- * PHP Version 7.0
+ * PHP Version 7.1
*
* @category TBD
* @package TBD
@@ -361,7 +361,7 @@ echo $this->getData('nav')->render(); ?>
|
|
|
|
|
- |
|
+ |
|
diff --git a/Theme/backend/Lang/Navigation.en.lang.php b/Theme/backend/Lang/Navigation.en.lang.php
index 138cd83..4c4005e 100644
--- a/Theme/backend/Lang/Navigation.en.lang.php
+++ b/Theme/backend/Lang/Navigation.en.lang.php
@@ -2,7 +2,7 @@
/**
* Orange Management
*
- * PHP Version 7.0
+ * PHP Version 7.1
*
* @category TBD
* @package TBD
diff --git a/Theme/backend/Lang/en.lang.php b/Theme/backend/Lang/en.lang.php
index 7f2d818..499e496 100644
--- a/Theme/backend/Lang/en.lang.php
+++ b/Theme/backend/Lang/en.lang.php
@@ -2,7 +2,7 @@
/**
* Orange Management
*
- * PHP Version 7.0
+ * PHP Version 7.1
*
* @category TBD
* @package TBD
@@ -41,6 +41,7 @@ return ['ItemManagement' => [
'GrossWeight' => 'Gross Weight',
'Group' => 'Group',
'Height' => 'Height',
+ 'ID' => 'ID',
'Info' => 'Info',
'Item' => 'Item',
'Items' => 'Items',
|