Resolve CDK generic customer.

This commit is contained in:
Patrick Fic
2021-12-28 11:24:24 -08:00
parent ffa3c54867
commit 04e3f2f44f

View File

@@ -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);