Skip to content

Commit

Permalink
fix deliveries count products
Browse files Browse the repository at this point in the history
  • Loading branch information
alksily committed Dec 30, 2024
1 parent c124736 commit bbb9ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Template/cup/reference/deliveries/form.twig
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
</div>

<div class="card-body">
{% set products = catalog_product({'type': 'service'}).pluck('title', 'uuid').all() %}
{% set products = catalog_product({'type': 'service'}, {'order': 'asc'}, 100).pluck('title', 'uuid').all() %}

{% if item.value|count() %}
{% for pair in item.value %}
Expand Down

0 comments on commit bbb9ce2

Please sign in to comment.