From 40197523073c827ffcbf0825f639b46a80e6257e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anna-Sara=20S=C3=A9lea?= Date: Wed, 25 Feb 2026 21:13:59 +0100 Subject: [PATCH] Added lan_id to more places --- resources/js/Pages/CustomerGroups.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/js/Pages/CustomerGroups.tsx b/resources/js/Pages/CustomerGroups.tsx index 500f238..327b983 100644 --- a/resources/js/Pages/CustomerGroups.tsx +++ b/resources/js/Pages/CustomerGroups.tsx @@ -211,7 +211,7 @@ export default function CustomerGroups({groups, customers} :( CustomerGroupProps .map( customer => { return })} @@ -228,7 +228,7 @@ export default function CustomerGroups({groups, customers} :( CustomerGroupProps .filter((filteredCustomer) => checkboxesAddToGroup.includes("" + filteredCustomer.id)) .map( customer => { return

- {customer.name} + {customer.id}. {customer.name}

})} @@ -281,7 +281,7 @@ export default function CustomerGroups({groups, customers} :( CustomerGroupProps .map( customer => { return })} @@ -298,7 +298,7 @@ export default function CustomerGroups({groups, customers} :( CustomerGroupProps .filter((filteredCustomer) => checkboxes.includes("" + filteredCustomer.id)) .map( customer => { return

- {customer.name} + {customer.id}. {customer.name}

})} @@ -354,7 +354,7 @@ export default function CustomerGroups({groups, customers} :( CustomerGroupProps