Bugfix
This commit is contained in:
parent
9fce6426d7
commit
785093a899
@ -713,7 +713,7 @@ else
|
||||
if ($user->rights->telephonie->fournisseur->lire)
|
||||
{
|
||||
$sql = "SELECT rowid, nom FROM ".MAIN_DB_PREFIX."telephonie_fournisseur";
|
||||
$sql .= " WHERE commande_active = 1 AND rowid = ".$ligne->fournisseur_id;
|
||||
$sql .= " WHERE rowid = ".$ligne->fournisseur_id;
|
||||
|
||||
if ( $db->query( $sql) )
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user