2
0
forked from Wavyzz/dolibarr

Fix bad var

This commit is contained in:
Laurent Destailleur
2016-06-28 02:40:42 +02:00
parent b529a53501
commit 9b1caefbf9
2 changed files with 9 additions and 7 deletions

View File

@@ -72,7 +72,7 @@ $date_endy = dol_mktime(23,59,59,$_REQUEST["date_end_delymonth"],$_REQUEST["date
if ($action == 'create')
{
if (is_array($selected) == false)
if (! is_array($selected))
{
$error++;
setEventMessages($langs->trans('Error_OrderNotChecked'), null, 'errors');