[-] BO : BugFix : #PSCFV-2373 : Problem on country creation

This commit is contained in:
vChabot
2012-05-16 13:17:07 +00:00
parent 72d8a44855
commit c70b3449f0
3 changed files with 2 additions and 4 deletions

View File

@@ -195,7 +195,7 @@ abstract class ObjectModelCore
if ($id_lang)
{
$sql->leftJoin($this->def['table'].'_lang', 'b', 'a.'.$this->def['primary'].' = b.'.$this->def['primary'].' AND b.id_lang = '.(int)$id_lang);
if ($this->id_shop)
if ($this->id_shop && !empty($this->def['multilang_shop']))
$sql->where('b.id_shop = '.$this->id_shop);
}