Browse Source

Fix look and feel v14

Laurent Destailleur 3 years ago
parent
commit
f859967c24
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htdocs/admin/eventorganization.php

+ 1 - 1
htdocs/admin/eventorganization.php

@@ -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");
 					}