Revision 6b06b545
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
- ID 6b06b545841de5bad18a00fe64cbec80d3274463
- Vorgänger 512bc34b
SL/ZUGFeRD.pm | ||
---|---|---|
267 | 267 |
|
268 | 268 |
=item C<RES_OK> (0): parsing was OK. |
269 | 269 |
|
270 |
=item C<RES_ERR_…> (all values E<!=> 0): parsing failed. Values > 0 indicate a failure
|
|
270 |
=item C<RES_ERR_…> (all values != 0): parsing failed. Values > 0 indicate a failure
|
|
271 | 271 |
in C<SL::XMLInvoice>, Values < 0 indicate a failure in C<SL::ZUGFeRD>. |
272 | 272 |
|
273 | 273 |
=back |
... | ... | |
301 | 301 |
|
302 | 302 |
=item C<RES_OK> (0): parsing was OK. |
303 | 303 |
|
304 |
=item C<RES_ERR_…> (all values E<!=> 0): parsing failed. Values > 0 indicate a failure
|
|
304 |
=item C<RES_ERR_…> (all values != 0): parsing failed. Values > 0 indicate a failure
|
|
305 | 305 |
in C<SL::XMLInvoice>, Values < 0 indicate a failure in C<SL::ZUGFeRD>. |
306 | 306 |
|
307 | 307 |
=back |
Auch abrufbar als: Unified diff
FIX: pod Syntax und Leerzeichen entfernt