Merge branch 'dev' into staging
This commit is contained in:
commit
ba73eef107
@ -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