Merge branch 'staging' into preprod
This commit is contained in:
commit
77fe75c784
@ -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 && office.crpcen !== "029178") {
|
||||
if (office.name !== officeData.denominationSociale && office.name !== officeData.codeCrpcen && office.crpcen !== "029178" && office.crpcen !== "035010") {
|
||||
updates++;
|
||||
office.name = officeData.denominationSociale ?? officeData.codeCrpcen;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user