Skip to content

Commit

Permalink
Merge pull request PrestaShop#34894 from Hlavtox/remove-templates
Browse files Browse the repository at this point in the history
Move returns templates to proper location
  • Loading branch information
Hlavtox authored Dec 22, 2023
2 parents 9ac3a85 + ae9a3c6 commit 32cc543
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public function editAction(int $orderReturnId, Request $request): Response
return $this->redirectToRoute('admin_merchandise_returns_index');
}

return $this->render('@PrestaShop/Admin/Sell/CustomerService/OrderReturn/edit.html.twig', [
return $this->render('@PrestaShop/Admin/Sell/CustomerService/MerchandiseReturn/edit.html.twig', [
'orderReturnForm' => $form->createView(),
'help_link' => $this->generateSidebarLink($request->attributes->get('_legacy_controller')),
'enableSidebar' => true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{% block content %}
<div class="row justify-content-center">
<div class="col">
{% include '@PrestaShop/Admin/Sell/CustomerService/OrderReturn/Blocks/form.html.twig' %}
{% include '@PrestaShop/Admin/Sell/CustomerService/MerchandiseReturn/Blocks/form.html.twig' %}
</div>
</div>
{% endblock %}
Expand Down

0 comments on commit 32cc543

Please sign in to comment.