Merged in hotfix/2021-12-28 (pull request #322)
Resolve CDK generic customer. Approved-by: Patrick Fic
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user