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 = () => {
|
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);
|
||||||
|
|||||||
Reference in New Issue
Block a user