e-invoice : make a PDF with credit note
This commit is contained in:
parent
5b337881e5
commit
48459533e1
5 changed files with 830 additions and 452 deletions
|
|
@ -443,7 +443,9 @@ function noalyss_class_autoloader($class)
|
|||
'noalyss\smtpmail'=>'lib/smtpmail.class.php',
|
||||
'noalyss\iban_number'=>'lib/iban_number.class.php',
|
||||
'noalyss\xmldocument\document_reference'=>'XMLDocument/document_reference_type.class.php',
|
||||
'noalyss\xmldocument\binary_object'=>'XMLDocument/document_reference_type.class.php'
|
||||
'noalyss\xmldocument\binary_object'=>'XMLDocument/document_reference_type.class.php',
|
||||
'noalyss\xmldocument\xml_reader'=>'XMLDocument/xml_reader.class.php',
|
||||
"noalyss\xmldocument\xmlcreditnote_reader"=>"XMLDocument/xmlcreditnote_reader.class.php"
|
||||
);
|
||||
if (isset ($aClass[$class])) {
|
||||
require_once NOALYSS_INCLUDE . "/" . $aClass[$class];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue