FIX - php V8 composition card
This commit is contained in:
parent
0b138167f6
commit
550c57d53e
@ -680,7 +680,7 @@ if ($id > 0 || !empty($ref)) {
|
|||||||
|
|
||||||
print '<td>'.$productstatic->getNomUrl(1, '', 24).'</td>';
|
print '<td>'.$productstatic->getNomUrl(1, '', 24).'</td>';
|
||||||
$labeltoshow = $objp->label;
|
$labeltoshow = $objp->label;
|
||||||
if ($conf->global->MAIN_MULTILANGS && $objp->labelm) {
|
if (!empty($conf->global->MAIN_MULTILANGS) && !empty($objp->labelm)) {
|
||||||
$labeltoshow = $objp->labelm;
|
$labeltoshow = $objp->labelm;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user