Merge branch 'preprod'
This commit is contained in:
commit
9e9dfd22c3
@ -364,7 +364,7 @@ export default class IdNotService extends BaseService {
|
||||
console.log("officeData", officeData);
|
||||
|
||||
let updates = 0;
|
||||
if (office.name !== officeData.denominationSociale && office.name !== officeData.codeCrpcen) {
|
||||
if (office.name !== officeData.denominationSociale && office.name !== officeData.codeCrpcen && office.crpcen !== "029178") {
|
||||
updates++;
|
||||
office.name = officeData.denominationSociale ?? officeData.codeCrpcen;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user