diff --git a/VERSION b/VERSION index e42b261..c5a6820 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.117 \ No newline at end of file +1.3.118 \ No newline at end of file diff --git a/app/customers/backend/router.py b/app/customers/backend/router.py index 7b459de..bb19ed8 100644 --- a/app/customers/backend/router.py +++ b/app/customers/backend/router.py @@ -743,7 +743,7 @@ async def lock_customer_subscriptions(customer_id: int, lock_request: dict): @router.get("/customers/{customer_id}/contacts") async def get_customer_contacts(customer_id: int): """Get all contacts for a specific customer""" - rows = execute_query_single(""" + rows = execute_query(""" SELECT c.*, cc.is_primary,