231801_test_to_master #1519
|
@ -289,5 +289,6 @@
|
|||
"hasToInvoice": "Facturar",
|
||||
"isTaxDataChecked": "Datos comprobados",
|
||||
"comercialId": "Id comercial",
|
||||
"comercialName": "Comercial"
|
||||
"comercialName": "Comercial",
|
||||
"Invalid NIF for VIES": "Invalid NIF for VIES"
|
||||
}
|
|
@ -24,10 +24,6 @@ module.exports = Self => {
|
|||
message: 'TIN must be unique'
|
||||
});
|
||||
|
||||
Self.validateAsync(validateNIF(this.fi, this.isVies, this.countryFk), {
|
||||
message: 'Invalid TIN'
|
||||
});
|
||||
|
||||
// async function fiInvalid(err, done) {
|
||||
// const filter = {
|
||||
// fields: ['code'],
|
||||
|
|
Loading…
Reference in New Issue