From 83f6e9dfc260bfb3a4eb14cce0b29758d8f0755d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Wed, 25 Nov 2020 18:08:13 +0100 Subject: [PATCH] doxygen --- htdocs/commande/class/commande.class.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/htdocs/commande/class/commande.class.php b/htdocs/commande/class/commande.class.php index 9de479dcb52..b2d0c57f4ad 100644 --- a/htdocs/commande/class/commande.class.php +++ b/htdocs/commande/class/commande.class.php @@ -4036,11 +4036,22 @@ class OrderLine extends CommonOrderLine public $commande_id; public $fk_parent_line; + + /** + * @var int Id of invoice + */ public $fk_facture; + /** + * @var string External ref + */ public $ref_ext; public $fk_remise_except; + + /** + * @var int line rank + */ public $rang = 0; public $fk_fournprice;