Fix look and feel v14

This commit is contained in:
Laurent Destailleur 2021-09-15 20:28:47 +02:00
parent db57aea163
commit f859967c24

View File

@ -366,7 +366,7 @@ if ($action == 'edit') {
$product = new Product($db);
$resprod = $product->fetch($conf->global->{$constname});
if ($resprod > 0) {
print $product->ref;
print $product->getNomUrl(1);
} elseif ($resprod < 0) {
setEventMessages(null, $object->errors, "errors");
}