From: Jan Büren Date: Thu, 9 Dec 2021 11:25:49 +0000 (+0100) Subject: Shopware6: Kategorien werden anders in kivi gespeichert X-Git-Tag: kivitendo-mebil_0.1-0~10^2~2^2~218^2~11 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/commitdiff_plain/e3c39a1613386e9770e7c397c584d527b1a9b7eb?hp=-c Shopware6: Kategorien werden anders in kivi gespeichert --- e3c39a1613386e9770e7c397c584d527b1a9b7eb diff --git a/templates/webpages/shop_part/categories.html b/templates/webpages/shop_part/categories.html index 9d51997a1..55e662887 100644 --- a/templates/webpages/shop_part/categories.html +++ b/templates/webpages/shop_part/categories.html @@ -15,7 +15,7 @@
  • [% checked = '' %] [% FOREACH cat_row = SELF.shop_part.shop_category %] - [% IF cat_row.0 == categorie.id %] + [% IF (cat_row.0 == categorie.id) || (SELF.shop_part.shop.connector == 'shopware6' && cat_row == categorie.id) %] [% checked = 'checked' %] [% END %] [% END %]