'status': t.status,

This commit is contained in:
CHIEFSOFT\ameye
2025-07-05 08:57:23 -04:00
parent a1b4197360
commit 04444d2182
+2 -1
View File
@@ -68,7 +68,8 @@ class ProductsService(BaseService):
'product_id': t.product_id, 'product_id': t.product_id,
'description': t.description, 'description': t.description,
'name': t.name, 'name': t.name,
'status': t.status, # 'status': t.status,
'status': 5,
'added': t.added.isoformat() if t.added else None, 'added': t.added.isoformat() if t.added else None,
'updated': t.updated.isoformat() if t.updated else None, 'updated': t.updated.isoformat() if t.updated else None,
'banner': t.banner, 'banner': t.banner,