fix : Undefined property: stdClass:: in C:\wamp64\www\dolibarr-140\htdocs\product\class\propalmergepdfproduct.class.php on line 236
This commit is contained in:
parent
538b2e2a5f
commit
16f2a53fb8
@ -233,7 +233,7 @@ class Propalmergepdfproduct extends CommonObject
|
||||
|
||||
$sql .= " FROM ".MAIN_DB_PREFIX."propal_merge_pdf_product as t";
|
||||
$sql .= " WHERE t.fk_product = ".((int) $product_id);
|
||||
if ($conf->global->MAIN_MULTILANGS && !empty($lang)) {
|
||||
if (!empty($conf->global->MAIN_MULTILANGS) && !empty($lang)) {
|
||||
$sql .= " AND t.lang = '".$this->db->escape($lang)."'";
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user