bmc_hub/app/timetracking/backend
Christian a98a5784b7 Fix: Return single order object ved cancel_order (ikke list)
BUG FIX:
- execute_query returnerer list, men TModuleOrder(**updated) forventede dict
- TypeError: argument after ** must be a mapping, not list
- Changed til updated[0] for at få første row
- Dette er den SIDSTE execute_query/execute_query_single bug i order_service.py

ERROR: TModuleOrder() argument after ** must be a mapping, not list
  → return TModuleOrder(**updated)
  → updated er list, skal være dict
2025-12-23 00:46:38 +01:00
..
__init__.py feat(timetracking): Implement time tracking module with frontend views, HTML templates, and database migrations 2025-12-09 22:46:30 +01:00
audit.py feat(timetracking): Implement time tracking module with frontend views, HTML templates, and database migrations 2025-12-09 22:46:30 +01:00
economic_export.py feat: Implement central tagging system with CRUD operations, entity tagging, and workflow management 2025-12-17 07:56:33 +01:00
models.py feat: Implement email processing system with scheduler, fetching, classification, and rule matching 2025-12-11 02:31:29 +01:00
order_service.py Fix: Return single order object ved cancel_order (ikke list) 2025-12-23 00:46:38 +01:00
router.py feat: Implement internal comments for customer subscriptions with database support 2025-12-16 22:07:20 +01:00
vtiger_sync.py feat: Implement internal comments for customer subscriptions with database support 2025-12-16 22:07:20 +01:00
wizard.py feat: Implement internal comments for customer subscriptions with database support 2025-12-16 22:07:20 +01:00