mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix sql don.class.php
This commit is contained in:
parent
0373cad2cd
commit
21f4d474b4
|
|
@ -626,7 +626,7 @@ class Don extends CommonObject
|
|||
}
|
||||
else if (! empty($ref))
|
||||
{
|
||||
$sql.= " AND ref='".$this->db->escape($ref)."'";
|
||||
$sql.= " AND d.ref='".$this->db->escape($ref)."'";
|
||||
}
|
||||
|
||||
dol_syslog(get_class($this)."::fetch", LOG_DEBUG);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user