diff --git a/include/class/acc_document.class.php b/include/class/acc_document.class.php index bf7f51399..0d6ee7f41 100644 --- a/include/class/acc_document.class.php +++ b/include/class/acc_document.class.php @@ -35,11 +35,13 @@ - d_description Comment of the operation - d_mimetype mimetype of the document - d_filename filename + - document_xml oid of the XML invoice (including PDF) + * */ class Acc_Document extends Document { - ///@var $document_xml (oid) XML Document e-invoice - private $document_xml; + + private $document_xml; ///< $document_xml (oid) XML document e-invoice public function get_document_xml() { return $this->document_xml; diff --git a/include/class/document.class.php b/include/class/document.class.php index 9dc82c7a4..17bb3aba3 100644 --- a/include/class/document.class.php +++ b/include/class/document.class.php @@ -720,22 +720,22 @@ class Document $p_tag=noalyss_str_replace('=', '', $p_tag); $r="Tag inconnu"; static $aComment=NULL; - static $counter_comment=1; /*