Fixed demo office name
This commit is contained in:
parent
f6543980fc
commit
874df2c541
@ -353,7 +353,8 @@ 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" && office.crpcen !== "035010") {
|
||||
//093051 = demo
|
||||
if (office.name !== officeData.denominationSociale && office.name !== officeData.codeCrpcen && office.crpcen !== "029178" && office.crpcen !== "035010" && office.crpcen !== "093051") {
|
||||
updates++;
|
||||
office.name = officeData.denominationSociale ?? officeData.codeCrpcen;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user