Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AuditFile.MasterFiles.3Customer.1ShipToAddress.BuildingNumber #189

Closed
viegasfh opened this issue Oct 25, 2021 · 0 comments
Closed

AuditFile.MasterFiles.3Customer.1ShipToAddress.BuildingNumber #189

viegasfh opened this issue Oct 25, 2021 · 0 comments
Labels
wontfix This will not be worked on

Comments

@viegasfh
Copy link

O validador da AGT reporta um erro caso o BuildingNumber do ShipToAddress tenha caracteres como 'º' e 'ª'. Em Julho não apresentava este erro.

Olhando para o schema, não vemos nenhuma restrição além to tamanho máximo ser de 15 caracteres:

<xs:element name="BuildingNumber" type="SAFAOtextTypeMandatoryMax15Car" />

<xs:simpleType name="SAFAOtextTypeMandatoryMax15Car">
    <xs:restriction base="xs:string">
      <xs:minLength value="1" />
      <xs:maxLength value="15" />
    </xs:restriction>
  </xs:simpleType>

Logo, presumo que os programadores da AGT tenham introduzido este bug ao fazerem alterações.

@cryptolopes cryptolopes added the wontfix This will not be worked on label Nov 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants