mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
Collect tax info, correct line1
This commit is contained in:
@ -136,5 +136,11 @@
|
||||
return _taxIdType;
|
||||
}
|
||||
}
|
||||
|
||||
public bool HasTaxId
|
||||
{
|
||||
get => !string.IsNullOrWhiteSpace(TaxIdNumber) &&
|
||||
!string.IsNullOrWhiteSpace(TaxIdType);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user