Merge branch 'staging' into preprod
This commit is contained in:
commit
eb4f67e23a
@ -353,7 +353,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