Fix: log
This commit is contained in:
parent
8b15847742
commit
557d5e775a
@ -558,7 +558,7 @@ function get_next_value($db,$mask,$table,$field,$where='',$objsoc='',$date='',$m
|
||||
$sql.= " WHERE facnumber LIKE '".$maskLike."'";
|
||||
$sql.= " AND entity IN (".getEntity($table, 1).")";
|
||||
|
||||
dol_syslog("mod_facture_terre::getNextValue sql=".$sql);
|
||||
dol_syslog("functions2::get_next_value sql=".$sql);
|
||||
$resql=$db->query($sql);
|
||||
if ($resql)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user