internal_template_style

This commit is contained in:
CHIEFSOFT\ameye
2025-10-19 14:45:51 -04:00
parent 9d2e0df144
commit 33dc63331c
2 changed files with 32 additions and 2 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ class MyProductsService(BaseService):
member_data = Members.get_member_by_uid(uid)
member_id = member_data.id
# is this a valid olor scheme
# is this a valid color scheme
colorStyle= ProductsColorStyle.get_colorstyle_by_product_id_and_uid(product_id, color_style_uid)
if colorStyle and colorStyle.color_style != '':
MembersProducts.set_member_product_colorstyle(member_id, product_id, color_style_uid)