Replies: 1 comment
-
fixed, thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When setting
descriptor.Name = "Rechnung"
the following Warning occurs with this validator:Warning: [CII-SR-013] - Name should not be present
Validator: https://validator.invoice-portal.de
When I don't set descriptor.Name then the following code will be generated which will result in the same warning as above:
<ram:Name />
In InvoiceDescriptor23CIIWriter line 105 in version 16.1.0 ram:name should only be set if descriptor.Name is not null.
Beta Was this translation helpful? Give feedback.
All reactions