From a58dcc38865843c395fc9102527e0971f0eb1828 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 2 Sep 2020 19:10:07 +0200 Subject: [PATCH] Doc --- htdocs/comm/propal/class/propal.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/propal/class/propal.class.php b/htdocs/comm/propal/class/propal.class.php index e51f7952003..e0b645f6faf 100644 --- a/htdocs/comm/propal/class/propal.class.php +++ b/htdocs/comm/propal/class/propal.class.php @@ -2547,7 +2547,7 @@ class Propal extends CommonObject return -2; } } - if ($status == self::STATUS_BILLED) // Why this ? + if ($status == self::STATUS_BILLED) // ->cloture() can also be called when we set it to billed, after setting it to signed { $triggerName = 'PROPAL_CLASSIFY_BILLED'; }