diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index f5ab965..e16cf57 100755 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "Suppliers", - "uri": "{/prefix}purchase/supplier/list", + "uri": "{/lang}/{/app}/purchase/supplier/list", "target": "self", "icon": null, "order": 1, @@ -19,7 +19,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "{/prefix}purchase/supplier/list", + "uri": "{/lang}/{/app}/purchase/supplier/list", "target": "self", "icon": null, "order": 1, @@ -34,7 +34,7 @@ "type": 3, "subtype": 1, "name": "Create", - "uri": "{/prefix}purchase/supplier/create?{?}", + "uri": "{/lang}/{/app}/purchase/supplier/create?{?}", "target": "self", "icon": null, "order": 5, @@ -51,7 +51,7 @@ "type": 3, "subtype": 1, "name": "Supplier", - "uri": "{/prefix}purchase/analysis/supplier?{?}", + "uri": "{/lang}/{/app}/purchase/analysis/supplier?{?}", "target": "self", "icon": null, "order": 2, diff --git a/Theme/Backend/supplier-list.tpl.php b/Theme/Backend/supplier-list.tpl.php index 798dfc4..548aab1 100755 --- a/Theme/Backend/supplier-list.tpl.php +++ b/Theme/Backend/supplier-list.tpl.php @@ -103,13 +103,13 @@ echo $this->getData('nav')->render(); ?>
$value) : ++$count; - $url = UriFactory::build('purchase/supplier/profile?{?}&id=' . $value->getId()); + $url = UriFactory::build('{/lang}/{/app}/purchase/supplier/profile?{?}&id=' . $value->getId()); $image = $value->getFileByType(0); ?>