Fixed bug where template categoryes are not save properly in template

This commit is contained in:
Nedim Uka
2018-10-04 12:41:17 +02:00
parent 7ceac97fed
commit c5c07cbfae
3 changed files with 5 additions and 5 deletions

View File

@@ -109,7 +109,7 @@ class Wiaas_Admin_Template_Selection {
$selected_template, '_template_items_hardware');
$template_products_service = WC_Product_Template::get_template_categories_from_meta(
$selected_template, '_template_items_service');
$selected_template, '_template_items_services');
$template_products_installation = WC_Product_Template::get_template_categories_from_meta(
$selected_template, '_template_items_installation');