sustpenf product name for now

This commit is contained in:
CHIEFSOFT\ameye
2025-07-07 18:20:41 -04:00
parent 4b6873f1fe
commit 9da47fc106
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -95,8 +95,8 @@ class MembersProducts(db.Model):
return {
'id': self.id,
'uid': self.uid,
'name': self.products.name,
'description': self.products.description,
# 'name': self.products.name,
# 'description': self.products.description,
'product_id': self.product_id,
'internal_url': self.internal_url,
'external_url': self.external_url,