Merged in hotfix/2021-12-28 (pull request #322)

Resolve CDK generic customer.

Approved-by: Patrick Fic
This commit is contained in:
Patrick Fic
2021-12-28 19:24:52 +00:00

View File

@@ -45,7 +45,7 @@ export function DmsCustomerSelector({ bodyshop }) {
const onUseGeneric = () => { const onUseGeneric = () => {
setVisible(false); setVisible(false);
socket.emit( socket.emit(
`${dmsType}selected-customer`, `${dmsType}-selected-customer`,
bodyshop.cdk_configuration.generic_customer_number bodyshop.cdk_configuration.generic_customer_number
); );
setSelectedCustomer(null); setSelectedCustomer(null);