diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index fc1dea0..2382f8f 100755 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -19,7 +19,7 @@ "type": 2, "subtype": 1, "name": "Stock", - "uri": "{/prefix}warehouse/stock/list", + "uri": "{/lang}/{/app}/warehouse/stock/list", "target": "self", "icon": null, "order": 1, @@ -33,7 +33,7 @@ "type": 3, "subtype": 1, "name": "Stocks", - "uri": "{/prefix}warehouse/stock/list", + "uri": "{/lang}/{/app}/warehouse/stock/list", "target": "self", "icon": null, "order": 1, @@ -48,7 +48,7 @@ "type": 3, "subtype": 1, "name": "Locations", - "uri": "{/prefix}warehouse/stock/location/list", + "uri": "{/lang}/{/app}/warehouse/stock/location/list", "target": "self", "icon": null, "order": 1, diff --git a/Theme/Backend/stock-list.tpl.php b/Theme/Backend/stock-list.tpl.php index b7a2c25..1e7ffd9 100755 --- a/Theme/Backend/stock-list.tpl.php +++ b/Theme/Backend/stock-list.tpl.php @@ -32,7 +32,7 @@ echo $this->getData('nav')->render(); ?>
$value) : ++$count; - $url = UriFactory::build('warehouse/stock?{?}&id=' . $value->getId()); + $url = UriFactory::build('{/lang}/{/app}/warehouse/stock?{?}&id=' . $value->getId()); ?>