Fixed bad sql error

This commit is contained in:
Laurent Destailleur 2015-01-31 00:27:35 +01:00
parent 2684b327e5
commit 03cc1bd039

View File

@ -124,7 +124,7 @@ if ($search_user)
}
if ($search_ttc)
{
$sql .= " AND total_ttc = '".$db->escape(price2num($search_ttc))."'";
$sql .= " AND cf.total_ttc = '".$db->escape(price2num($search_ttc))."'";
}
if ($sall)
{