New: early development of multi-company module
This commit is contained in:
parent
1aa821d7bd
commit
a569211f6a
@ -149,7 +149,7 @@ class modProduit extends DolibarrModules
|
|||||||
|
|
||||||
$this->export_sql_start[$r]='SELECT DISTINCT ';
|
$this->export_sql_start[$r]='SELECT DISTINCT ';
|
||||||
$this->export_sql_end[$r] =' FROM '.MAIN_DB_PREFIX.'product as p';
|
$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
|
// Imports
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user