clean white space

This commit is contained in:
Cayo Puigdefabregas 2022-04-06 13:49:15 +02:00
parent 3114c678a4
commit 9f84659026
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class Agent(Thing):
last_name = Column(CIText())
name.comment = """The name of the organization or person."""
tax_id = Column(Unicode(length=STR_SM_SIZE), check_lower('tax_id'))
tax_id.comment = """The Tax / Fiscal ID of the organization,
tax_id.comment = """The Tax / Fiscal ID of the organization,
e.g. the TIN in the US or the CIF/NIF in Spain.
"""
country = Column(DBEnum(enums.Country))