FIX - php V8 composition card

This commit is contained in:
BB2A Anthony Berton 2022-06-27 08:45:38 +02:00
parent 0b138167f6
commit 550c57d53e

View File

@ -680,7 +680,7 @@ if ($id > 0 || !empty($ref)) {
print '<td>'.$productstatic->getNomUrl(1, '', 24).'</td>';
$labeltoshow = $objp->label;
if ($conf->global->MAIN_MULTILANGS && $objp->labelm) {
if (!empty($conf->global->MAIN_MULTILANGS) && !empty($objp->labelm)) {
$labeltoshow = $objp->labelm;
}