Skip to content

Commit

Permalink
Merge pull request #10968 from frederic34/patch-4
Browse files Browse the repository at this point in the history
add constant
  • Loading branch information
eldy committed Apr 8, 2019
2 parents faf8803 + f7addaf commit 2b74c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/comm/propal/card.php
Expand Up @@ -623,7 +623,7 @@
{
$db->begin();

$result=$object->cloture($user, 4, '');
$result=$object->cloture($user, Propal::STATUS_BILLED, '');
if ($result < 0)
{
setEventMessages($object->error, $object->errors, 'errors');
Expand Down

0 comments on commit 2b74c11

Please sign in to comment.