Merge branch 'fix-adminProduct'
This commit is contained in:
commit
0a542f0944
@ -4476,12 +4476,12 @@ class AdminProducts extends AdminTab
|
||||
return $trad[$key];
|
||||
}
|
||||
|
||||
public function getFieldValue($obj, $data, $id_lang = 0) {
|
||||
public function getFieldValue($obj, $data, $id_lang) {
|
||||
global $cookie;
|
||||
|
||||
if ($id_lang == 0) {
|
||||
$id_lang = (int)($cookie->id_lang);
|
||||
}
|
||||
// if ($id_lang == 0) {
|
||||
// $id_lang = (int)($cookie->id_lang);
|
||||
// }
|
||||
|
||||
$customs_data = Db::getInstance()->getRow('
|
||||
SELECT `nc8`, `id_country`
|
||||
|
Loading…
Reference in New Issue
Block a user