Skip to content
Snippets Groups Projects
Commit 89296e30 authored by aspangaro's avatar aspangaro
Browse files

Typo search list

parent f3d7da8f
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ if ($month > 0)
}
else if ($year > 0)
{
$sql.= " AND bc.date_bordereau BETWEEN '".$db->idate(dol_get_first_day($year,1,false))."' AND '".$db->idate(dol_get_last_day($year,12,false))."'";
$sql.= " AND d.dated BETWEEN '".$db->idate(dol_get_first_day($year,1,false))."' AND '".$db->idate(dol_get_last_day($year,12,false))."'";
}
$sql.= $db->order($sortfield,$sortorder);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment