str
This commit is contained in:
@@ -64,7 +64,7 @@ class WebContentsService(BaseService):
|
||||
}
|
||||
|
||||
selected_flavor = ''
|
||||
selectedTemplate = ProductsTemplates.get_template_by_uid(membersSubResult.product_template)
|
||||
selectedTemplate = ProductsTemplates.get_template_by_uid(str(membersSubResult.product_template))
|
||||
if selectedTemplate:
|
||||
selected_flavor = selectedTemplate.flavor
|
||||
|
||||
|
||||
Reference in New Issue
Block a user