added fields

This commit is contained in:
CHIEFSOFT\ameye
2025-07-17 17:48:14 -04:00
parent 5dbe3ef876
commit 3d99da6d87
+2 -1
View File
@@ -74,7 +74,7 @@ class ProductsService(BaseService):
'description': t.description,
'name': t.name,
# 'status': t.status,
'status': 5,
'status': t.status,
'added': t.added.isoformat() if t.added else None,
'updated': t.updated.isoformat() if t.updated else None,
'banner': t.banner,
@@ -142,6 +142,7 @@ class ProductsService(BaseService):
'name': t.product_id,
'description': t.product_id,
'product_id': t.product_id,
'url_protocol': 'http',
'internal_url': t.internal_url,
'external_url': t.external_url,
'status': t.status,