template uid

This commit is contained in:
CHIEFSOFT\ameye
2025-09-29 12:34:47 -04:00
parent 862eaeb075
commit 67cbd777db
+1 -1
View File
@@ -321,7 +321,7 @@ class OfficeDashboardService(BaseService):
for t in product_templates:
product_templates_data.append({
'id': t.id,
'uid': t.uid,
'template_uid': t.uid,
'product_id': t.product_id,
'provision_name': t.provision_name,
'added': t.added.isoformat() if t.added else None,