Revision 0aab6453
Von Sven Schöling vor mehr als 1 Jahr hinzugefügt
SL/XMLInvoice.pm | ||
---|---|---|
use XML::LibXML;
|
||
use SL::Locale::String qw(t8);
|
||
|
||
require SL::XMLInvoice::UBL;
|
||
require SL::XMLInvoice::CrossIndustryInvoice;
|
||
|
||
use constant RES_OK => 0;
|
||
use constant RES_XML_PARSING_FAILED => 1;
|
||
use constant RES_UNKNOWN_ROOT_NODE_TYPE => 2;
|
Auch abrufbar als: Unified diff
Revert "XMLInvoice: lade Subklassen dynamisch"
This reverts commit cfc1ced6c2ef0b93ab52dbf6806934061c4c11af.