Private GIT

Skip to content
Snippets Groups Projects
Commit efc38a7e authored by Lionel Assepo's avatar Lionel Assepo
Browse files

* Fix issue with service template default value

parent 06289a62
Branches
Tags
No related merge requests found
...@@ -1016,6 +1016,10 @@ if ($o != "mc") { ...@@ -1016,6 +1016,10 @@ if ($o != "mc") {
} }
} }
if (isset($service['service_template_model_stm_id']) && ($service['service_template_model_stm_id'] === '')) {
unset($service['service_template_model_stm_id']);
}
# #
##End of form definition ##End of form definition
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment