diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index 9c715f6..5838313 100644 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -76,6 +76,7 @@ return ['ItemManagement' => [ 'PriceUnit' => 'Stückpreis', 'Productgroup' => 'Produktgruppe', 'Production' => 'Produktion', + 'Profile' => 'Profil', 'Properties' => 'Attribute', 'Property' => 'Attribut', 'Purchase' => 'Einkauf', diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 0546f35..1c2fff9 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -76,6 +76,7 @@ return ['ItemManagement' => [ 'PriceUnit' => 'Unit of price', 'Productgroup' => 'Productgroup', 'Production' => 'Production', + 'Profile' => 'Profile', 'Properties' => 'Properties', 'Property' => 'Property', 'Purchase' => 'Purchase', diff --git a/Theme/Backend/sales-item-profile.tpl.php b/Theme/Backend/sales-item-profile.tpl.php index 8963c56..5c668a8 100644 --- a/Theme/Backend/sales-item-profile.tpl.php +++ b/Theme/Backend/sales-item-profile.tpl.php @@ -1,6 +1,4 @@ getData('item'); echo $this->getData('nav')->render(); @@ -21,7 +23,7 @@ echo $this->getData('nav')->render();