Revision 350c829a
Von Sven Schöling vor etwa 1 Jahr hinzugefügt
SL/XMLInvoice.pm | ||
---|---|---|
9 | 9 |
use XML::LibXML; |
10 | 10 |
use SL::Locale::String qw(t8); |
11 | 11 |
|
12 |
require SL::XMLInvoice::UBL; |
|
13 |
require SL::XMLInvoice::CrossIndustryInvoice; |
|
14 |
|
|
12 | 15 |
use constant RES_OK => 0; |
13 | 16 |
use constant RES_XML_PARSING_FAILED => 1; |
14 | 17 |
use constant RES_UNKNOWN_ROOT_NODE_TYPE => 2; |
Auch abrufbar als: Unified diff
Revert "XMLInvoice: lade Subklassen dynamisch"
This reverts commit cfc1ced6c2ef0b93ab52dbf6806934061c4c11af.