From 21b890397106b3ed7994d264fc760d972d0163c0 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Tue, 9 Sep 2025 16:48:15 +0200 Subject: [PATCH] Code documenting --- include/class/acc_document.class.php | 6 ++++-- include/class/document.class.php | 14 +++++++------- 2 files changed, 11 insertions(+), 9 deletions(-) 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; /*