Merge pull request #10968 from frederic34/patch-4

add constant
This commit is contained in:
Laurent Destailleur 2019-04-08 13:49:57 +02:00 committed by GitHub
commit 2b74c114a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -623,7 +623,7 @@ if (empty($reshook))
{
$db->begin();
$result=$object->cloture($user, 4, '');
$result=$object->cloture($user, Propal::STATUS_BILLED, '');
if ($result < 0)
{
setEventMessages($object->error, $object->errors, 'errors');