diff --git a/admin-dev/themes/template/supplier_orders/view.tpl b/admin-dev/themes/template/supplier_orders/view.tpl index f5ad6bedf..06ef0faa5 100755 --- a/admin-dev/themes/template/supplier_orders/view.tpl +++ b/admin-dev/themes/template/supplier_orders/view.tpl @@ -24,3 +24,5 @@ * International Registered Trademark & Property of PrestaShop SA *} {$supplier_order_detail_content} + +{l s='Back to supplier orders'} diff --git a/controllers/admin/AdminSupplierOrdersController.php b/controllers/admin/AdminSupplierOrdersController.php index a24c2184f..5c3d62a6f 100644 --- a/controllers/admin/AdminSupplierOrdersController.php +++ b/controllers/admin/AdminSupplierOrdersController.php @@ -989,6 +989,7 @@ class AdminSupplierOrdersControllerCore extends AdminController // renders list $helper = new HelperList(); + $helper->simple_header = true; $helper->no_link = true; $helper->shopLinkType = ''; $helper->identifier = $this->identifier;