Skip to content

Commit

Permalink
Update path to special price to fix
Browse files Browse the repository at this point in the history
"Unable to find template "Brille24SyliusSpecialPricePlugin::_specialPrice.html.twig""
  • Loading branch information
JordiDekker committed Aug 11, 2021
1 parent c85e555 commit b485f92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="ui tab" data-tab="channelSpecialPricings">
{% set variantForm = form.variant %}

{% include 'Brille24SyliusSpecialPricePlugin::_specialPrice.html.twig' with {
{% include '@Brille24SyliusSpecialPricePlugin/_specialPrice.html.twig' with {
'form': variantForm.channelSpecialPricings
} %}
</div>
Expand Down

0 comments on commit b485f92

Please sign in to comment.