We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have noticed the following issue.
In the TED xml we don't send the following fields but the labels appear on the TED pdf. The fileds are:
Example: XML AWARDING TERMS:
<cac:AwardingTerms> <cac:AwardingCriterion> <cac:SubordinateAwardingCriterion> <ext:UBLExtensions> <ext:UBLExtension> <ext:ExtensionContent> <efext:EformsExtension> <efac:AwardCriterionParameter> <efbc:ParameterCode listName="number-weight">poi-exa</efbc:ParameterCode> <efbc:ParameterNumeric>100</efbc:ParameterNumeric> </efac:AwardCriterionParameter> </efext:EformsExtension> </ext:ExtensionContent> </ext:UBLExtension> </ext:UBLExtensions> <cbc:AwardingCriterionTypeCode listName="award-criterion-type">quality</cbc:AwardingCriterionTypeCode> <cbc:Description languageID="HUN">Súly teszt</cbc:Description> </cac:SubordinateAwardingCriterion> <cac:SubordinateAwardingCriterion> <ext:UBLExtensions> <ext:UBLExtension> <ext:ExtensionContent> <efext:EformsExtension> <efac:AwardCriterionParameter> <efbc:ParameterCode listName="number-fixed">fix-tot</efbc:ParameterCode> <efbc:ParameterNumeric>100</efbc:ParameterNumeric> </efac:AwardCriterionParameter> </efext:EformsExtension> </ext:ExtensionContent> </ext:UBLExtension> </ext:UBLExtensions> <cbc:AwardingCriterionTypeCode listName="award-criterion-type">price</cbc:AwardingCriterionTypeCode> <cbc:Description languageID="HUN">Rögzített teszt</cbc:Description> </cac:SubordinateAwardingCriterion> </cac:AwardingCriterion> </cac:AwardingTerms>
PDF:
XML - PLACE OF PERFORMANCE:
<cac:RealizedLocation> <cac:Address> <cbc:StreetName>123456</cbc:StreetName> <cbc:CityName>Valami</cbc:CityName> <cbc:PostalZone>3456</cbc:PostalZone> <cac:Country> <cbc:IdentificationCode listName="country">AGO</cbc:IdentificationCode> </cac:Country> </cac:Address> </cac:RealizedLocation>
Could you please check whether is it OK or not? We use SDK 1.11.1. We did't noticed it while using SDK 1.7.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
pdonohoe
No branches or pull requests
We have noticed the following issue.
In the TED xml we don't send the following fields but the labels appear on the TED pdf.
The fileds are:
Example:
XML AWARDING TERMS:
PDF:
XML - PLACE OF PERFORMANCE:
PDF:
Could you please check whether is it OK or not?
We use SDK 1.11.1. We did't noticed it while using SDK 1.7.
Thanks in advance!
The text was updated successfully, but these errors were encountered: