diff --git a/admin-dev/themes/default/template/controllers/orders/_documents.tpl b/admin-dev/themes/default/template/controllers/orders/_documents.tpl index f75665ac8..a3a2f27d5 100644 --- a/admin-dev/themes/default/template/controllers/orders/_documents.tpl +++ b/admin-dev/themes/default/template/controllers/orders/_documents.tpl @@ -22,7 +22,7 @@ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} -
|
diff --git a/admin-dev/themes/default/template/controllers/return/helpers/form/form.tpl b/admin-dev/themes/default/template/controllers/return/helpers/form/form.tpl
index 8c8a53e46..8d2b5263a 100644
--- a/admin-dev/themes/default/template/controllers/return/helpers/form/form.tpl
+++ b/admin-dev/themes/default/template/controllers/return/helpers/form/form.tpl
@@ -27,80 +27,78 @@
{block name="input"}
{if $input.type == 'text_customer'}
- {$customer->firstname} {$customer->lastname}
- - {l s='View details on the customer page'} + {$customer->firstname} {$customer->lastname} + + {l s='View details on the customer page'} {elseif $input.type == 'text_order'} - {$text_order} -- {l s='View details on the order page'} + {$text_order} + + {l s='View details on the order page'} {elseif $input.type == 'list_products'} -
| ||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|