From 019725dade693f618c2fa5bce777570a3231fac6 Mon Sep 17 00:00:00 2001 From: Erik Thuning <boooink@gmail.com> Date: Thu, 8 Feb 2024 13:39:09 +0100 Subject: [PATCH] Missed replacing a placeholder in the product_form fragment --- include/ProductPage.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/ProductPage.php b/include/ProductPage.php index 57cefd8..bef9807 100644 --- a/include/ProductPage.php +++ b/include/ProductPage.php @@ -69,6 +69,7 @@ class ProductPage extends Page { 'label' => '', 'label_hidden' => 'hidden', 'checkout_hidden' => 'hidden', + 'hidden' => '', 'service' => 'Starta service', 'history' => $history, 'attachments' => $attachments,