2
0
forked from Wavyzz/dolibarr

Fix previous bug

This commit is contained in:
fhenry
2013-05-10 18:35:19 +02:00
parent 4bb6bd8697
commit 0d13b8d194

View File

@@ -1711,7 +1711,7 @@ abstract class CommonObject
$sql.= "(fk_source = '".$sourceid."' AND sourcetype = '".$sourcetype."')";
$sql.= " ".$clause." (fk_target = '".$targetid."' AND targettype = '".$targettype."')";
}
$sql = ' ORDER BY sourcetype';
$sql .= ' ORDER BY sourcetype';
//print $sql;
dol_syslog(get_class($this)."::fetchObjectLink sql=".$sql);