New: early development of multi-company module

This commit is contained in:
Regis Houssin 2009-04-28 09:47:52 +00:00
parent 1aa821d7bd
commit a569211f6a

View File

@ -149,7 +149,7 @@ class modProduit extends DolibarrModules
$this->export_sql_start[$r]='SELECT DISTINCT ';
$this->export_sql_end[$r] =' FROM '.MAIN_DB_PREFIX.'product as p';
$this->export_sql_end[$r] .=' AND p.entity = '.$conf->entity;
$this->export_sql_end[$r] .=' WHERE p.entity = '.$conf->entity;
// Imports