Services not listed bug fix

This commit is contained in:
Nedim Uka
2018-10-04 12:54:34 +02:00
parent c5c07cbfae
commit f41252ea23

View File

@@ -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']));