2
0
forked from Wavyzz/dolibarr

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

@@ -78,7 +78,7 @@ else { print "err"; }
$prodids = array();
$sql = "SELECT rowid FROM ".MAIN_DB_PREFIX."product WHERE envente=1";
$sql = "SELECT rowid FROM ".MAIN_DB_PREFIX."product WHERE tosell=1";
$resql = $db->query($sql);
if ($resql)
{