Qual: Renamed french field "envente" into "tosell".

This commit is contained in:
Laurent Destailleur
2010-08-11 18:35:31 +00:00
parent d7f40000c6
commit 5affcd3b3f
34 changed files with 93 additions and 91 deletions

View File

@@ -2288,7 +2288,7 @@ class Commande extends CommonObject
$prodids = array();
$sql = "SELECT rowid";
$sql.= " FROM ".MAIN_DB_PREFIX."product";
$sql.= " WHERE envente = 1";
$sql.= " WHERE tosell = 1";
$sql.= " AND entity = ".$conf->entity;
$resql = $this->db->query($sql);
if ($resql)