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