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

@@ -38,7 +38,7 @@ class Wiaas_Template_Admin_Ajax {
if (!empty($template_products)) {
ob_start();
Wiaas_Admin_Template_Selection::render_template_products($template_products['hardware']);
Wiaas_Admin_Template_Selection::render_template_products($template_products['service']);
Wiaas_Admin_Template_Selection::render_template_products($template_products['services']);
Wiaas_Admin_Template_Selection::render_template_products($template_products['installation']);
Wiaas_Admin_Template_Selection::render_template_products($template_products['software']);