231801_test_to_master #1519
|
@ -89,12 +89,9 @@ module.exports = Self => {
|
|||
where: {id: this.countryFk}
|
||||
};
|
||||
const country = await Self.app.models.Country.findOne(filter);
|
||||
console.log(country);
|
||||
const code = country ? country.code.toLowerCase() : null;
|
||||
console.log(code);
|
||||
const countryCode = this.fi.toLowerCase().substring(0, 2);
|
||||
console.log(countryCode);
|
||||
|
||||
|
||||
if (!this.fi || !validateTin(this.fi, code) || (this.isVies && countryCode == code))
|
||||
err();
|
||||
done();
|
||||
|
|
Loading…
Reference in New Issue