From f41252ea23a5f4ad1fad5bc0449824f33739c22b Mon Sep 17 00:00:00 2001 From: Nedim Uka Date: Thu, 4 Oct 2018 12:54:34 +0200 Subject: [PATCH] Services not listed bug fix --- .../admin/template/class-wiaas-admin-template-selection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/app/plugins/wiaas/includes/admin/template/class-wiaas-admin-template-selection.php b/backend/app/plugins/wiaas/includes/admin/template/class-wiaas-admin-template-selection.php index cbf217c..f137739 100644 --- a/backend/app/plugins/wiaas/includes/admin/template/class-wiaas-admin-template-selection.php +++ b/backend/app/plugins/wiaas/includes/admin/template/class-wiaas-admin-template-selection.php @@ -79,7 +79,7 @@ class Wiaas_Admin_Template_Selection { WC_Product_Template::extract_template_product_categories($categories_form_template['hardware'])); $all_template_categories = array_merge($all_template_categories, - WC_Product_Template::extract_template_product_categories($categories_form_template['service'])); + WC_Product_Template::extract_template_product_categories($categories_form_template['services'])); $all_template_categories = array_merge($all_template_categories, WC_Product_Template::extract_template_product_categories($categories_form_template['installation']));