Services not listed bug fix
This commit is contained in:
@@ -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']));
|
||||
|
||||
Reference in New Issue
Block a user