From 6d26a530d5a6f5086a5e35b2dc83540ff747ab5d Mon Sep 17 00:00:00 2001 From: Philippe Grand <philippe.grand@atoo-net.com> Date: Mon, 17 Jan 2011 09:37:01 +0000 Subject: [PATCH] change comment --- htdocs/compta/facture/class/facture.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/facture/class/facture.class.php b/htdocs/compta/facture/class/facture.class.php index 1801d82b96d..8680128266a 100644 --- a/htdocs/compta/facture/class/facture.class.php +++ b/htdocs/compta/facture/class/facture.class.php @@ -92,8 +92,8 @@ class Facture extends CommonObject var $origin_id; var $fk_project; var $date_lim_reglement; - var $cond_reglement_id; // Id in llx_cond_reglement - var $cond_reglement_code; // Code in llx_cond_reglement + var $cond_reglement_id; // Id in llx_c_paiement + var $cond_reglement_code; // Code in llx_c_paiement var $mode_reglement_id; // Id in llx_c_paiement var $mode_reglement_code; // Code in llx_c_paiement var $modelpdf; -- GitLab