From 400b246266fd73dd41c6e2a24e5b12c7a5220e4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Sat, 25 Feb 2023 10:07:07 +0100 Subject: [PATCH] doc --- htdocs/fourn/class/fournisseur.commande.class.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/htdocs/fourn/class/fournisseur.commande.class.php b/htdocs/fourn/class/fournisseur.commande.class.php index 86be26b17ef..08189b4c48c 100644 --- a/htdocs/fourn/class/fournisseur.commande.class.php +++ b/htdocs/fourn/class/fournisseur.commande.class.php @@ -176,8 +176,20 @@ class CommandeFournisseur extends CommonOrder */ public $fk_account; + /** + * @var int payment choice ID + */ public $mode_reglement_id; + + /** + * @var string payment choice code + */ public $mode_reglement_code; + + /** + * @var string paymnet choice label + */ + public $mode_reglement; public $user_author_id; public $user_valid_id; public $user_approve_id;