Fixing style errors.

This commit is contained in:
stickler-ci 2020-11-27 13:33:37 +00:00
parent 59c40227ff
commit aaf8d43780

View File

@ -2411,9 +2411,9 @@ if ($action == 'create')
if ($action != 'editline')
{
// Validate
if (($object->statut == Propal::STATUS_DRAFT && $object->total_ttc >= 0 && count($object->lines) 0) || ($object->statut == Propal::STATUS_DRAFT && !empty($conf->global->PROPAL_ENABLE_NEGATIVE) && count($object->lines) > 0))
if (($object->statut == Propal::STATUS_DRAFT && $object->total_ttc >= 0 && count($object->lines) 0) || ($object->statut == Propal::STATUS_DRAFT && !empty($conf->global->PROPAL_ENABLE_NEGATIVE) && count($object->lines) > 0))
{
if ($usercanvalidate)
{