fix : Undefined property: stdClass:: in C:\wamp64\www\dolibarr-140\htdocs\product\class\propalmergepdfproduct.class.php on line 251
This commit is contained in:
parent
16f2a53fb8
commit
e439e0f14d
@ -248,7 +248,7 @@ class Propalmergepdfproduct extends CommonObject
|
||||
|
||||
$line->fk_product = $obj->fk_product;
|
||||
$line->file_name = $obj->file_name;
|
||||
if ($conf->global->MAIN_MULTILANGS) {
|
||||
if (!empty($conf->global->MAIN_MULTILANGS)) {
|
||||
$line->lang = $obj->lang;
|
||||
}
|
||||
$line->fk_user_author = $obj->fk_user_author;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user