Skip to content

Commit

Permalink
Fix: wrong object name
Browse files Browse the repository at this point in the history
  • Loading branch information
hregis committed Mar 13, 2012
1 parent 13b5bd9 commit 5b6d6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/class/html.form.class.php
Expand Up @@ -729,7 +729,7 @@ function select_remises($selected, $htmlname, $filter, $socid, $maxvalue=0)
if ($filter) $sql.= " AND ".$filter;
$sql.= " ORDER BY re.description ASC";

dol_syslog(get_class(this)."::select_remises sql=".$sql);
dol_syslog(get_class($this)."::select_remises sql=".$sql);
$resql=$this->db->query($sql);
if ($resql)
{
Expand Down

0 comments on commit 5b6d6fc

Please sign in to comment.