commit d5f2bef8f5e376741cc04369749b70f50b0bd68a parent b3fd8c035ee438092bb5517aa8f58c1872e2cdce Author: Christian Grothoff <christian@grothoff.org> Date: Wed, 5 Nov 2025 18:58:59 +0100 -fix typo Diffstat:
| M | src/Form/PriceCategoryForm.php | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Form/PriceCategoryForm.php b/src/Form/PriceCategoryForm.php @@ -173,7 +173,7 @@ class PriceCategoryForm extends EntityForm { } } - $price_category->setPrices($filtered_pricess); + $price_category->setPrices($filtered_prices); $status = $price_category->save(); if ($status === SAVED_NEW) {