diff --git a/client/src/components/dms-customer-selector/dms-customer-selector.component.jsx b/client/src/components/dms-customer-selector/dms-customer-selector.component.jsx index a8baa4b0b..438fe22ac 100644 --- a/client/src/components/dms-customer-selector/dms-customer-selector.component.jsx +++ b/client/src/components/dms-customer-selector/dms-customer-selector.component.jsx @@ -45,7 +45,7 @@ export function DmsCustomerSelector({ bodyshop }) { const onUseGeneric = () => { setVisible(false); socket.emit( - `${dmsType}selected-customer`, + `${dmsType}-selected-customer`, bodyshop.cdk_configuration.generic_customer_number ); setSelectedCustomer(null);